python310Packages.sqlite-utils: 3.33 -> 3.34

This commit is contained in:
R. Ryantm
2023-07-23 05:53:39 +00:00
parent a8ba422f71
commit 73716a92ef
@@ -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 = ''