python3Packages.zope.testrunner: 5.3.0 -> 5.4.0

This commit is contained in:
Jonathan Ringer 2021-11-25 14:47:21 -08:00
parent 94eb60f776
commit 1c017973ca
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -10,11 +10,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "zope.testrunner"; pname = "zope.testrunner";
version = "5.3.0"; version = "5.4.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "39a5ba631830703ea011383447135063db6d182794487dda9b8c1f515bb70b0f"; sha256 = "4869229fc909e4aa8e76665a718f90dc88f73858b32ca5fa3dea6840e9210fb4";
}; };
propagatedBuildInputs = [ zope_interface zope_exceptions zope_testing six ]; propagatedBuildInputs = [ zope_interface zope_exceptions zope_testing six ];