python312Packages.datasette: 0.65 -> 0.65.1 (#360071)

This commit is contained in:
Nick Cao 2024-11-29 09:14:01 -05:00 committed by GitHub
commit 0255169931
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@
buildPythonPackage rec {
pname = "datasette";
version = "0.65";
version = "0.65.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -41,7 +41,7 @@ buildPythonPackage rec {
owner = "simonw";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-POdw2vB0D2B5SyrC/HkFqlsMlWtbdC3cRM/cfDhv7Z4=";
hash = "sha256-kVtldBuDy19DmyxEQLtAjs1qiNIjaT8+rnHlFfGNHec=";
};
postPatch = ''