Merge pull request #229350 from fabaff/datasette-bump

python310Packages.datasette: 0.64.2 -> 0.64.3
This commit is contained in:
Mario Rodas 2023-05-01 19:11:12 -05:00 committed by GitHub
commit 680938e8c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''