##// END OF EJS Templates
dependencies: bumped gunicorn to 19.9.0
marcink -
r2840:0424b0f5 default
parent child Browse files
Show More
@@ -573,11 +573,11 b' self: super: {'
573 };
573 };
574 };
574 };
575 "gunicorn" = super.buildPythonPackage {
575 "gunicorn" = super.buildPythonPackage {
576 name = "gunicorn-19.7.1";
576 name = "gunicorn-19.9.0";
577 doCheck = false;
577 doCheck = false;
578 src = fetchurl {
578 src = fetchurl {
579 url = "https://files.pythonhosted.org/packages/30/3a/10bb213cede0cc4d13ac2263316c872a64bf4c819000c8ccd801f1d5f822/gunicorn-19.7.1.tar.gz";
579 url = "https://files.pythonhosted.org/packages/47/52/68ba8e5e8ba251e54006a49441f7ccabca83b6bef5aedacb4890596c7911/gunicorn-19.9.0.tar.gz";
580 sha256 = "08mnl5l1p47q5wk38d7mafnhsqk50yba0l9kvc2vwrx61jgidqgf";
580 sha256 = "1wzlf4xmn6qjirh5w81l6i6kqjnab1n1qqkh7zsj1yb6gh4n49ps";
581 };
581 };
582 meta = {
582 meta = {
583 license = [ pkgs.lib.licenses.mit ];
583 license = [ pkgs.lib.licenses.mit ];
@@ -110,7 +110,7 b' bumpversion==0.5.3'
110 ## http servers
110 ## http servers
111 gevent==1.3.4
111 gevent==1.3.4
112 greenlet==0.4.13
112 greenlet==0.4.13
113 gunicorn==19.7.1
113 gunicorn==19.9.0
114 waitress==1.1.0
114 waitress==1.1.0
115
115
116 ## debug
116 ## debug
General Comments 0
You need to be logged in to leave comments. Login now