3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #181869 from r-ryantm/auto-update/python3.10-sqlite-utils

python310Packages.sqlite-utils: 3.27 -> 3.28
This commit is contained in:
Mario Rodas 2022-07-17 16:11:33 -05:00 committed by GitHub
commit 556cb5897f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''