mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 12:44:20 +00:00
python: zope.configuration: 4.3.0 -> 4.3.1
This commit is contained in:
parent
3c6abcd1d6
commit
d75cd1fcfc
@ -10,11 +10,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "zope.configuration";
|
pname = "zope.configuration";
|
||||||
version = "4.3.0";
|
version = "4.3.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "ddd162b7b9379c0f5cc060cbf2af44133396b7d26eaee9c7cf6e196d87e9aeb3";
|
sha256 = "6e16747f9fd6b9d8f09d78edf2a6f539cad0fa4ad49d8deb9cf63447cc4168e1";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ zope_testrunner manuel ];
|
checkInputs = [ zope_testrunner manuel ];
|
||||||
|
Loading…
Reference in New Issue
Block a user