sqlite-utils: 3.28 -> 3.29

This commit is contained in:
R. Ryantm 2022-08-29 01:02:30 +00:00
parent cef50cde2b
commit f96ea768e7

View File

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