python-werkzeug: update to 0.9.4

This commit is contained in:
Peter Simons 2014-05-13 15:55:09 +02:00
parent 9bea798163
commit f8e185776a
1 changed files with 7 additions and 3 deletions
pkgs/top-level

View File

@ -7810,13 +7810,17 @@ rec {
werkzeug = buildPythonPackage { werkzeug = buildPythonPackage {
name = "werkzeug-0.8.3"; name = "werkzeug-0.9.4";
src = fetchurl { src = fetchurl {
url = "http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-0.8.3.tar.gz"; url = "http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-0.9.4.tar.gz";
md5 = "12aa03e302ce49da98703938f257347a"; md5 = "670fad41f57c13b71a6816765765a3dd";
}; };
propagatedBuildInputs = [ itsdangerous ];
doCheck = false; # tests fail, not sure why
meta = { meta = {
homepage = http://werkzeug.pocoo.org/; homepage = http://werkzeug.pocoo.org/;
description = "A WSGI utility library for Python"; description = "A WSGI utility library for Python";