python: zodbpickle: 0.7.0 -> 1.0
This commit is contained in:
parent
9c703099ec
commit
2419eb4077
@ -5,13 +5,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "zodbpickle";
|
||||
version = "0.7.0";
|
||||
version = "1.0";
|
||||
name = "${pname}-${version}";
|
||||
disabled = isPyPy; # https://github.com/zopefoundation/zodbpickle/issues/10
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "95a247fb17bce980af8d548af70ac5bd1bad22773f242eb8efa24428efa909a8";
|
||||
sha256 = "3af9169fb1d5901cf6693ab356b0dfda20ad2cacc5673fad59b4449ed50d5399";
|
||||
};
|
||||
|
||||
# fails..
|
||||
|
Loading…
Reference in New Issue
Block a user