Show More
@@ -2288,14 +2288,14 b' self: super: {' | |||||
2288 | }; |
|
2288 | }; | |
2289 | }; |
|
2289 | }; | |
2290 | "zope.event" = super.buildPythonPackage { |
|
2290 | "zope.event" = super.buildPythonPackage { | |
2291 |
name = "zope.event-4. |
|
2291 | name = "zope.event-4.4"; | |
2292 | doCheck = false; |
|
2292 | doCheck = false; | |
2293 | propagatedBuildInputs = [ |
|
2293 | propagatedBuildInputs = [ | |
2294 | self."setuptools" |
|
2294 | self."setuptools" | |
2295 | ]; |
|
2295 | ]; | |
2296 | src = fetchurl { |
|
2296 | src = fetchurl { | |
2297 |
url = "https://files.pythonhosted.org/packages/ |
|
2297 | url = "https://files.pythonhosted.org/packages/4c/b2/51c0369adcf5be2334280eed230192ab3b03f81f8efda9ddea6f65cc7b32/zope.event-4.4.tar.gz"; | |
2298 | sha256 = "1rrkyx42bcq8dkpj23c2v99kczlrg8d39c06q5qpr0vs4hjfmv70"; |
|
2298 | sha256 = "1ksbc726av9xacml6jhcfyn828hlhb9xlddpx6fcvnlvmpmpvhk9"; | |
2299 | }; |
|
2299 | }; | |
2300 | meta = { |
|
2300 | meta = { | |
2301 | license = [ pkgs.lib.licenses.zpl21 ]; |
|
2301 | license = [ pkgs.lib.licenses.zpl21 ]; |
@@ -83,9 +83,9 b' webob==1.8.4' | |||||
83 | whoosh==2.7.4 |
|
83 | whoosh==2.7.4 | |
84 | wsgiref==0.1.2 |
|
84 | wsgiref==0.1.2 | |
85 | zope.cachedescriptors==4.3.1 |
|
85 | zope.cachedescriptors==4.3.1 | |
86 | zope.event==4.3.0 |
|
|||
87 | zope.interface==4.5.0 |
|
86 | zope.interface==4.5.0 | |
88 | zope.deprecation==4.4.0 |
|
87 | zope.deprecation==4.4.0 | |
|
88 | zope.event==4.4.0 | |||
89 |
|
89 | |||
90 | # DB drivers |
|
90 | # DB drivers | |
91 | mysql-python==1.2.5 |
|
91 | mysql-python==1.2.5 |
General Comments 0
You need to be logged in to leave comments.
Login now