datasette: 0.64.5 -> 0.64.6

This commit is contained in:
R. Ryantm 2023-12-23 19:18:09 +00:00
parent a5f3d6219a
commit 132d6f7fd4

View File

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