Merge pull request #299973 from r-ryantm/auto-update/python312Packages.zope-testrunner

python312Packages.zope-testrunner: 5.6 -> 6.4
This commit is contained in:
Weijia Wang 2024-04-05 22:59:41 +02:00 committed by GitHub
commit aec26a9d32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];