Show More
@@ -0,0 +1,6 b'' | |||
|
1 | [bumpversion] | |
|
2 | current_version = 4.0.1 | |
|
3 | message = release: Bump version {current_version} to {new_version} | |
|
4 | ||
|
5 | [bumpversion:file:vcsserver/VERSION] | |
|
6 |
@@ -110,13 +110,13 b'' | |||
|
110 | 110 | }; |
|
111 | 111 | }; |
|
112 | 112 | gunicorn = super.buildPythonPackage { |
|
113 |
name = "gunicorn-19. |
|
|
113 | name = "gunicorn-19.6.0"; | |
|
114 | 114 | buildInputs = with self; []; |
|
115 | 115 | doCheck = false; |
|
116 | 116 | propagatedBuildInputs = with self; []; |
|
117 | 117 | src = fetchurl { |
|
118 | url = "https://pypi.python.org/packages/b0/3d/c476010c920926d2b5b4be0a9a5f5dc0a50c667476ad4737774d44fa7591/gunicorn-19.3.0.tar.gz"; | |
|
119 | md5 = "faa3e80661efd67e5e06bba32699af20"; | |
|
118 | url = "https://pypi.python.org/packages/84/ce/7ea5396efad1cef682bbc4068e72a0276341d9d9d0f501da609fab9fcb80/gunicorn-19.6.0.tar.gz"; | |
|
119 | md5 = "338e5e8a83ea0f0625f768dba4597530"; | |
|
120 | 120 | }; |
|
121 | 121 | }; |
|
122 | 122 | hgsubversion = super.buildPythonPackage { |
General Comments 0
You need to be logged in to leave comments.
Login now