python3Packages.zope.testing: 4.9 -> 4.10
This commit is contained in:
parent
8d5f922a8a
commit
32612278f0
1 changed files with 2 additions and 2 deletions
|
@ -9,11 +9,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "zope.testing";
|
||||
version = "4.9";
|
||||
version = "4.10";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "475cb847a7af9d547313ee93f5d0b8800bf627e6d0d9a51d11967984083cb54e";
|
||||
sha256 = "sha256-O25ZBsrd0UjCP+lY5qrj+tyKCKilP3R9l5HC2BNe5W4=";
|
||||
};
|
||||
|
||||
doCheck = !isPyPy;
|
||||
|
|
Loading…
Reference in a new issue