python3Packages.zope.configuration: 4.4.0 -> 4.4.1
This commit is contained in:
parent
149ddc00fb
commit
c48f08b5f4
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue