Show More
@@ -601,13 +601,13 b'' | |||
|
601 | 601 | }; |
|
602 | 602 | }; |
|
603 | 603 | deform = super.buildPythonPackage { |
|
604 |
name = "deform-2.0 |
|
|
604 | name = "deform-2.0.4"; | |
|
605 | 605 | buildInputs = with self; []; |
|
606 | 606 | doCheck = false; |
|
607 | propagatedBuildInputs = with self; [Chameleon colander peppercorn translationstring zope.deprecation]; | |
|
607 | propagatedBuildInputs = with self; [Chameleon colander iso8601 peppercorn translationstring zope.deprecation]; | |
|
608 | 608 | src = fetchurl { |
|
609 |
url = "https://pypi.python.org/packages/ |
|
|
610 | md5 = "7a90d41f7fbc18002ce74f39bd90a5e4"; | |
|
609 | url = "https://pypi.python.org/packages/66/3b/eefcb07abcab7a97f6665aa2d0cf1af741d9d6e78a2e4657fd2b89f89880/deform-2.0.4.tar.gz"; | |
|
610 | md5 = "34756e42cf50dd4b4430809116c4ec0a"; | |
|
611 | 611 | }; |
|
612 | 612 | meta = { |
|
613 | 613 | license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; |
General Comments 0
You need to be logged in to leave comments.
Login now