1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-19 20:36:27 +00:00

python: zope.configuration: 4.3.1 -> 4.4.0

This commit is contained in:
Frederik Rietdijk 2020-06-06 08:47:38 +02:00
parent 2a3f9bc121
commit b74a99728b

View file

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