python311Packages.zodbpickle: 3.2 -> 3.3

This commit is contained in:
R. Ryantm 2024-04-16 22:59:10 +00:00
parent 4a04be9a3c
commit d4447030c5
1 changed files with 2 additions and 2 deletions

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "zodbpickle";
version = "3.2";
version = "3.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-65wO44mzJmqo9BlFtiqZgV0mH2nR9Cl3FQkSqmeWqww=";
hash = "sha256-dcF5Kse9W89JUFggYqw2hOMiqhOrmEIOO/7EWCJzo2g=";
};
# fails..