python3Packages.zope.testrunner: 5.3.0 -> 5.4.0
This commit is contained in:
parent
94eb60f776
commit
1c017973ca
@ -10,11 +10,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "zope.testrunner";
|
||||
version = "5.3.0";
|
||||
version = "5.4.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "39a5ba631830703ea011383447135063db6d182794487dda9b8c1f515bb70b0f";
|
||||
sha256 = "4869229fc909e4aa8e76665a718f90dc88f73858b32ca5fa3dea6840e9210fb4";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ zope_interface zope_exceptions zope_testing six ];
|
||||
|
Loading…
Reference in New Issue
Block a user