3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.sqlite-utils: 3.27 -> 3.28

This commit is contained in:
R. Ryantm 2022-07-17 17:17:06 +00:00
parent 36fbe238d5
commit 2a1b5e45aa

View file

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