zope.testing: 4.5.0 -> 4.6.1
This commit is contained in:
parent
744cd7b12b
commit
aeb311f6c0
@ -27529,11 +27529,11 @@ EOF
|
|||||||
|
|
||||||
zope_testing = buildPythonPackage rec {
|
zope_testing = buildPythonPackage rec {
|
||||||
name = "zope.testing-${version}";
|
name = "zope.testing-${version}";
|
||||||
version = "4.5.0";
|
version = "4.6.1";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/z/zope.testing/${name}.tar.gz";
|
url = "mirror://pypi/z/zope.testing/${name}.tar.gz";
|
||||||
sha256 = "1yvglxhzvhl45mndvn9gskx2ph30zz1bz7rrlyfs62fv2pvih90s";
|
sha256 = "1vvxhjmzl7vw2i1akfj1xbggwn36270ym7f2ic9xwbaswfw1ap56";
|
||||||
};
|
};
|
||||||
|
|
||||||
doCheck = !isPyPy;
|
doCheck = !isPyPy;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user