mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
python34Packages.zope_schema: update from 4.2.2 to 4.4.1
This commit is contained in:
parent
465e5fa21a
commit
f6a529aa51
@ -9578,11 +9578,11 @@ rec {
|
|||||||
|
|
||||||
|
|
||||||
zope_schema = buildPythonPackage rec {
|
zope_schema = buildPythonPackage rec {
|
||||||
name = "zope.schema-4.2.2";
|
name = "zope.schema-4.4.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://pypi.python.org/packages/source/z/zope.schema/${name}.tar.gz";
|
url = "http://pypi.python.org/packages/source/z/zope.schema/${name}.tar.gz";
|
||||||
md5 = "e7e581af8193551831560a736a53cf58";
|
sha256 = "0wpwfggd736ai8bbrwbsnqf522sh5j57d1zxq8m8p6i5nwml0q02";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ zope_location zope_event zope_interface zope_testing ] ++ optional isPy26 ordereddict;
|
propagatedBuildInputs = [ zope_location zope_event zope_interface zope_testing ] ++ optional isPy26 ordereddict;
|
||||||
|
Loading…
Reference in New Issue
Block a user