0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

python311Packages.datasette: 0.64.7 -> 0.64.8

This commit is contained in:
R. Ryantm 2024-06-22 01:51:00 +00:00
parent 47ea5bd487
commit 0069ee2352

View file

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