1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

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

View file

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