python310Packages.zodbpickle: 2.2.0 -> 2.3
This commit is contained in:
parent
f684f5a955
commit
5e9c10a295
1 changed files with 2 additions and 2 deletions
|
@ -5,12 +5,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "zodbpickle";
|
||||
version = "2.2.0";
|
||||
version = "2.3";
|
||||
disabled = isPyPy; # https://github.com/zopefoundation/zodbpickle/issues/10
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "584127173db0a2647af0fc8cb935130b1594398c611e94fb09a719e09e1ed4bd";
|
||||
sha256 = "sha256-5MtccZcF6Lseju5Kok4gcaMJTs8ng9h0B6uCLxZto6I=";
|
||||
};
|
||||
|
||||
# fails..
|
||||
|
|
Loading…
Reference in a new issue