sqlite-utils: 3.31 -> 3.32.1

This commit is contained in:
R. Ryantm 2023-05-26 08:51:14 +00:00
parent c957c3ace5
commit 81580d40ab

View file

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "sqlite-utils";
version = "3.31";
version = "3.32.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-VJifPQntEh+d+Xgx0EFziuSHcdPKhQCJRvG8GIQQmoo=";
hash = "sha256-bCj+Mvzr1lihaR3t+k0RFJmtMCzAE5xaWJOlkNRhhIo=";
};
postPatch = ''