python310Packages.datasette: 0.64.3 -> 0.64.4

This commit is contained in:
R. Ryantm 2023-09-22 03:11:58 +00:00
parent aea649223b
commit cb8a76fd13

View file

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