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
1 changed files with 2 additions and 2 deletions

View File

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