python312Packages.zope-testrunner: 5.6 -> 6.4

This commit is contained in:
R. Ryantm 2024-03-29 10:32:33 +00:00
parent 8cb260087a
commit 537c46531e

View File

@ -10,11 +10,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "zope.testrunner"; pname = "zope.testrunner";
version = "5.6"; version = "6.4";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-1r1y9E6jLKpBW5bP4UFSsnhjF67xzW9IqCe2Le8Fj9Q="; hash = "sha256-C4Wfx01vK2xd2K353uTsdAX3PykOyrJXCsY2+DYSKMg=";
}; };
propagatedBuildInputs = [ zope-interface zope-exceptions zope-testing six ]; propagatedBuildInputs = [ zope-interface zope-exceptions zope-testing six ];