##// END OF EJS Templates
dependencies: bumped gunicorn to 19.9.0
marcink -
r475:f1f3ae8a default
parent child Browse files
Show More
@@ -182,11 +182,11 b' self: super: {'
182 };
182 };
183 };
183 };
184 "gunicorn" = super.buildPythonPackage {
184 "gunicorn" = super.buildPythonPackage {
185 name = "gunicorn-19.7.1";
185 name = "gunicorn-19.9.0";
186 doCheck = false;
186 doCheck = false;
187 src = fetchurl {
187 src = fetchurl {
188 url = "https://files.pythonhosted.org/packages/30/3a/10bb213cede0cc4d13ac2263316c872a64bf4c819000c8ccd801f1d5f822/gunicorn-19.7.1.tar.gz";
188 url = "https://files.pythonhosted.org/packages/47/52/68ba8e5e8ba251e54006a49441f7ccabca83b6bef5aedacb4890596c7911/gunicorn-19.9.0.tar.gz";
189 sha256 = "08mnl5l1p47q5wk38d7mafnhsqk50yba0l9kvc2vwrx61jgidqgf";
189 sha256 = "1wzlf4xmn6qjirh5w81l6i6kqjnab1n1qqkh7zsj1yb6gh4n49ps";
190 };
190 };
191 meta = {
191 meta = {
192 license = [ pkgs.lib.licenses.mit ];
192 license = [ pkgs.lib.licenses.mit ];
@@ -34,7 +34,7 b' zope.interface==4.5.0'
34 ## http servers
34 ## http servers
35 gevent==1.3.4
35 gevent==1.3.4
36 greenlet==0.4.13
36 greenlet==0.4.13
37 gunicorn==19.7.1
37 gunicorn==19.9.0
38 waitress==1.1.0
38 waitress==1.1.0
39
39
40 ## debug
40 ## debug
General Comments 0
You need to be logged in to leave comments. Login now