python: zope.schema: 4.4.2 -> 4.9.3
This commit is contained in:
parent
25a3bddc87
commit
b3a0c86b96
@ -9,11 +9,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "zope.schema";
|
||||
version = "4.4.2";
|
||||
version = "4.9.3";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1p943jdxb587dh7php4vx04qvn7b2877hr4qs5zyckvp5afhhank";
|
||||
sha256 = "2d971da8707cab47b1916534b9929dcd9d7f23aed790e6b4cbe3103d5b18069d";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ zope_location zope_event zope_interface zope_testing ];
|
||||
|
Loading…
Reference in New Issue
Block a user