python310Packages.zodbpickle: 2.6 -> 3.0.1

This commit is contained in:
R. Ryantm 2023-03-31 03:44:47 +00:00
parent 1119d15f27
commit 112b33c4f8

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "zodbpickle";
version = "2.6";
version = "3.0.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-BZePwk/5PzSQRa6hH6OtHvqA6rGcq2JR6sdBfGMRodI=";
hash = "sha256-Dwl1vdSnYVMg50rysLi+R2PHPPi/fEISq3IEQonndJg=";
};
# fails..