dependencies: bumped deform to 2.0.4

This commit is contained in:
Marcin Kuzminski 2017-04-25 09:51:13 +02:00
parent 175cd5d4db
commit b7382fcefb
2 changed files with 5 additions and 5 deletions

View file

@ -601,13 +601,13 @@
};
};
deform = super.buildPythonPackage {
name = "deform-2.0a2";
name = "deform-2.0.4";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [Chameleon colander peppercorn translationstring zope.deprecation];
propagatedBuildInputs = with self; [Chameleon colander iso8601 peppercorn translationstring zope.deprecation];
src = fetchurl {
url = "https://pypi.python.org/packages/8d/b3/aab57e81da974a806dc9c5fa024a6404720f890a6dcf2e80885e3cb4609a/deform-2.0a2.tar.gz";
md5 = "7a90d41f7fbc18002ce74f39bd90a5e4";
url = "https://pypi.python.org/packages/66/3b/eefcb07abcab7a97f6665aa2d0cf1af741d9d6e78a2e4657fd2b89f89880/deform-2.0.4.tar.gz";
md5 = "34756e42cf50dd4b4430809116c4ec0a";
};
meta = {
license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];

View file

@ -16,7 +16,7 @@ colander==1.2
configobj==5.0.6
cssselect==1.0.1
decorator==4.0.11
deform==2.0a2
deform==2.0.4
docutils==0.12
dogpile.cache==0.6.1
dogpile.core==0.4.1