Merge pull request #240430 from r-ryantm/auto-update/sqlite-utils

sqlite-utils: 3.32.1 -> 3.33
This commit is contained in:
Weijia Wang
2023-06-29 10:20:16 +03:00
committed by GitHub
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "sqlite-utils";
version = "3.32.1";
version = "3.33";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-bCj+Mvzr1lihaR3t+k0RFJmtMCzAE5xaWJOlkNRhhIo=";
hash = "sha256-vneZNtrbnezvURpG8oC9lGg9OFYl9pplcw+24A5fJlY=";
};
postPatch = ''