python3Packages.zope.testrunner: 5.4.0 -> 5.5

This commit is contained in:
Martin Weinelt
2022-07-21 22:35:24 +02:00
parent c48f08b5f4
commit 710bd14322
@@ -10,11 +10,11 @@
buildPythonPackage rec {
pname = "zope.testrunner";
version = "5.4.0";
version = "5.5";
src = fetchPypi {
inherit pname version;
sha256 = "4869229fc909e4aa8e76665a718f90dc88f73858b32ca5fa3dea6840e9210fb4";
sha256 = "sha256-/LhQZWGIoM380kmjt9Mw1JsVv7+DoQ8YW//cD6uQE+U=";
};
propagatedBuildInputs = [ zope_interface zope_exceptions zope_testing six ];