Show More
@@ -2054,13 +2054,13 b'' | |||||
2054 | }; |
|
2054 | }; | |
2055 | }; |
|
2055 | }; | |
2056 | zope.interface = super.buildPythonPackage { |
|
2056 | zope.interface = super.buildPythonPackage { | |
2057 |
name = "zope.interface-4. |
|
2057 | name = "zope.interface-4.5.0"; | |
2058 | buildInputs = with self; []; |
|
2058 | buildInputs = with self; []; | |
2059 | doCheck = false; |
|
2059 | doCheck = false; | |
2060 | propagatedBuildInputs = with self; [setuptools]; |
|
2060 | propagatedBuildInputs = with self; [setuptools]; | |
2061 | src = fetchurl { |
|
2061 | src = fetchurl { | |
2062 |
url = "https://files.pythonhosted.org/packages/ |
|
2062 | url = "https://files.pythonhosted.org/packages/ac/8a/657532df378c2cd2a1fe6b12be3b4097521570769d4852ec02c24bd3594e/zope.interface-4.5.0.tar.gz"; | |
2063 | sha256 = "d6d26d5dfbfd60c65152938fcb82f949e8dada37c041f72916fef6621ba5c5ce"; |
|
2063 | sha256 = "57c38470d9f57e37afb460c399eb254e7193ac7fb8042bd09bdc001981a9c74c"; | |
2064 | }; |
|
2064 | }; | |
2065 | meta = { |
|
2065 | meta = { | |
2066 | license = [ pkgs.lib.licenses.zpt21 ]; |
|
2066 | license = [ pkgs.lib.licenses.zpt21 ]; |
@@ -92,7 +92,7 b' wsgiref==0.1.2' | |||||
92 | zope.cachedescriptors==4.3.1 |
|
92 | zope.cachedescriptors==4.3.1 | |
93 | zope.deprecation==4.3.0 |
|
93 | zope.deprecation==4.3.0 | |
94 | zope.event==4.3.0 |
|
94 | zope.event==4.3.0 | |
95 |
zope.interface==4. |
|
95 | zope.interface==4.5.0 | |
96 |
|
96 | |||
97 |
|
97 | |||
98 | # IPYTHON RENDERING |
|
98 | # IPYTHON RENDERING |
General Comments 0
You need to be logged in to leave comments.
Login now