python: zope.schema: 4.9.3 -> 6.0.0
This commit is contained in:
parent
94f5f782b1
commit
3e28db9eb8
@ -9,11 +9,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "zope.schema";
|
pname = "zope.schema";
|
||||||
version = "4.9.3";
|
version = "6.0.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "2d971da8707cab47b1916534b9929dcd9d7f23aed790e6b4cbe3103d5b18069d";
|
sha256 = "20fbbce8a0726ba34f0e3958676498feebb818f06575193254e139d8d7214f26";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ zope_location zope_event zope_interface zope_testing ];
|
propagatedBuildInputs = [ zope_location zope_event zope_interface zope_testing ];
|
||||||
|
Loading…
Reference in New Issue
Block a user