Merge pull request #191602 from r-ryantm/auto-update/python3.10-zodbpickle
python310Packages.zodbpickle: 2.3 -> 2.4
This commit is contained in:
@@ -5,12 +5,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "zodbpickle";
|
||||
version = "2.3";
|
||||
version = "2.4";
|
||||
disabled = isPyPy; # https://github.com/zopefoundation/zodbpickle/issues/10
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-5MtccZcF6Lseju5Kok4gcaMJTs8ng9h0B6uCLxZto6I=";
|
||||
sha256 = "sha256-vWzJIPKDO6bTWzvxwyaekhDr/AHs1/F2jCL2OqoHU60=";
|
||||
};
|
||||
|
||||
# fails..
|
||||
|
||||
Reference in New Issue
Block a user