pythonPackage.gunicorn: update to 19.1.0

This commit is contained in:
Rok Garbas 2014-08-04 10:11:52 +02:00
parent f40fc0624d
commit ba6c76f264

View File

@ -3593,11 +3593,11 @@ rec {
}; };
gunicorn = buildPythonPackage rec { gunicorn = buildPythonPackage rec {
name = "gunicorn-18.0"; name = "gunicorn-19.1.0";
src = fetchurl { src = fetchurl {
url = "http://pypi.python.org/packages/source/g/gunicorn/${name}.tar.gz"; url = "http://pypi.python.org/packages/source/g/gunicorn/${name}.tar.gz";
md5 = "c7138b9ac7515a42066922d2b6120fbe"; md5 = "3d759bec3c46a680ff010775258c4c56";
}; };
buildInputs = [ pytest ]; buildInputs = [ pytest ];