Show More
@@ -362,7 +362,7 b' self: super: {' | |||||
362 | }; |
|
362 | }; | |
363 | }; |
|
363 | }; | |
364 | "deform" = super.buildPythonPackage { |
|
364 | "deform" = super.buildPythonPackage { | |
365 |
name = "deform-2.0. |
|
365 | name = "deform-2.0.8"; | |
366 | doCheck = false; |
|
366 | doCheck = false; | |
367 | propagatedBuildInputs = [ |
|
367 | propagatedBuildInputs = [ | |
368 | self."chameleon" |
|
368 | self."chameleon" | |
@@ -373,8 +373,8 b' self: super: {' | |||||
373 | self."zope.deprecation" |
|
373 | self."zope.deprecation" | |
374 | ]; |
|
374 | ]; | |
375 | src = fetchurl { |
|
375 | src = fetchurl { | |
376 | url = "https://files.pythonhosted.org/packages/cf/a1/bc234527b8f181de9acd80e796483c00007658d1e32b7de78f1c2e004d9a/deform-2.0.7.tar.gz"; |
|
376 | url = "https://files.pythonhosted.org/packages/21/d0/45fdf891a82722c02fc2da319cf2d1ae6b5abf9e470ad3762135a895a868/deform-2.0.8.tar.gz"; | |
377 | sha256 = "0jnpi0zr2hjvbmiz6nm33yqv976dn9lf51vhlzqc0i75xcr9rwig"; |
|
377 | sha256 = "0wbjv98sib96649aqaygzxnrkclyy50qij2rha6fn1i4c86bfdl9"; | |
378 | }; |
|
378 | }; | |
379 | meta = { |
|
379 | meta = { | |
380 | license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; |
|
380 | license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; |
@@ -14,7 +14,7 b' https://code.rhodecode.com/upstream/conf' | |||||
14 | cssselect==1.0.3 |
|
14 | cssselect==1.0.3 | |
15 | cryptography==2.6.1 |
|
15 | cryptography==2.6.1 | |
16 | decorator==4.1.2 |
|
16 | decorator==4.1.2 | |
17 |
deform==2.0. |
|
17 | deform==2.0.8 | |
18 | docutils==0.14.0 |
|
18 | docutils==0.14.0 | |
19 | dogpile.cache==0.9.0 |
|
19 | dogpile.cache==0.9.0 | |
20 | dogpile.core==0.4.1 |
|
20 | dogpile.core==0.4.1 |
General Comments 0
You need to be logged in to leave comments.
Login now