sqlite-utils: 3.32.1 -> 3.33

This commit is contained in:
R. Ryantm 2023-06-28 22:44:15 +00:00
parent 773ac7c453
commit 3393bb2340

View file

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "sqlite-utils";
version = "3.32.1";
version = "3.33";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-bCj+Mvzr1lihaR3t+k0RFJmtMCzAE5xaWJOlkNRhhIo=";
hash = "sha256-vneZNtrbnezvURpG8oC9lGg9OFYl9pplcw+24A5fJlY=";
};
postPatch = ''