python312Packages.zodbpickle: 3.1 -> 3.2

This commit is contained in:
R. Ryantm
2024-02-16 18:02:33 +00:00
parent 3cb97b9715
commit 96457db331
@@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "zodbpickle";
version = "3.1";
version = "3.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-uewy5wbHuAi3mlOnrZZgkRfpQoN3K0AO52VSEHqrzBE=";
hash = "sha256-65wO44mzJmqo9BlFtiqZgV0mH2nR9Cl3FQkSqmeWqww=";
};
# fails..