Merge pull request #319441 from r-ryantm/auto-update/python311Packages.datasette

python311Packages.datasette: 0.64.6 -> 0.64.7
This commit is contained in:
Nick Cao 2024-06-13 13:45:58 -04:00 committed by GitHub
commit 44225f5bec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,7 @@
buildPythonPackage rec {
pname = "datasette";
version = "0.64.6";
version = "0.64.7";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -39,7 +39,7 @@ buildPythonPackage rec {
owner = "simonw";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-chU0AFaVfkJMRwraX/Ky0e6/g3ZSZ2efNIJ15veqFmg=";
hash = "sha256-MxTCVgV0xDKXiYOx6rh5v55uQqlf9Wd06wHfnhDS4Hk=";
};
postPatch = ''