python311Packages.datasette: 0.64.6 -> 0.64.7

This commit is contained in:
R. Ryantm 2024-06-13 02:01:45 +00:00
parent 0e3a6393a0
commit 15a41bab91

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