python310Packages.sqlite-utils: 3.29 -> 3.30

This commit is contained in:
R. Ryantm 2022-10-25 23:52:48 +00:00
parent be7042a040
commit 578540643b

View file

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "sqlite-utils";
version = "3.29";
version = "3.30";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-2eoQJqnAB6iVzdBKvcvjzSrANRXCouu62SM5OaoRH1s=";
hash = "sha256-MABcEtXxNEVln3kXZr62qZAMJfRCvqH5gPIdOLdfbjM=";
};
postPatch = ''