python3Packages.zope.configuration: 4.4.0 -> 4.4.1

This commit is contained in:
Martin Weinelt 2022-07-16 12:59:45 +02:00
parent 149ddc00fb
commit c48f08b5f4

View File

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "zope.configuration";
version = "4.4.0";
version = "4.4.1";
src = fetchPypi {
inherit pname version;
sha256 = "e9f02bac44405ad1526399d6574b91d792f9694f9c67df8b64e91fe10fcddb3c";
sha256 = "sha256-giPqSvU5hmznqccwrH6xjlHRfrUVk6p3c7NZPI1tdgg=";
};
checkInputs = [ zope_testrunner manuel ];