Merge pull request #244977 from r-ryantm/auto-update/python310Packages.sqlite-utils

python310Packages.sqlite-utils: 3.33 -> 3.34
This commit is contained in:
Fabian Affolter
2023-07-23 09:08:25 +02:00
committed by GitHub
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "sqlite-utils";
version = "3.33";
version = "3.34";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-vneZNtrbnezvURpG8oC9lGg9OFYl9pplcw+24A5fJlY=";
hash = "sha256-RgdoPLsyz9TzxjkpBF6qAgqwIhxQNvm7QbeyW8dVzSM=";
};
postPatch = ''