python310Packages.datasette: 0.64.2 -> 0.64.3

This commit is contained in:
Fabian Affolter 2023-05-01 21:44:47 +02:00
parent c09a340472
commit 4ee45a3193

View file

@ -29,7 +29,7 @@
buildPythonPackage rec {
pname = "datasette";
version = "0.64.2";
version = "0.64.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -38,7 +38,7 @@ buildPythonPackage rec {
owner = "simonw";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-AxIJUJzFEAvAV59hYDB3pb5/1rS9d7T0ltl6lVWTCrE=";
hash = "sha256-hUMaveScSGbiELvN2oo8Nf/jFvYXeLpxTONl1R4UOZU=";
};
postPatch = ''