python: zope.testrunner: 4.8.1 -> 4.9
This commit is contained in:
parent
ae7132991f
commit
30f91ee2bd
@ -10,11 +10,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "zope.testrunner";
|
pname = "zope.testrunner";
|
||||||
version = "4.8.1";
|
version = "4.9";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "039z9q5i1r6fqzlm224nmaxn896k4a9sb1237dv406ncdldd7jaz";
|
sha256 = "f3856a79ab0e4ff74addc3e6c152b388dddee548345b440767b6361f635bd9b7";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./test-selection.patch ];
|
patches = [ ./test-selection.patch ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user