Show More
@@ -182,13 +182,13 b'' | |||
|
182 | 182 | }; |
|
183 | 183 | }; |
|
184 | 184 | mercurial = super.buildPythonPackage { |
|
185 |
name = "mercurial-3.8. |
|
|
185 | name = "mercurial-3.8.4"; | |
|
186 | 186 | buildInputs = with self; []; |
|
187 | 187 | doCheck = false; |
|
188 | 188 | propagatedBuildInputs = with self; []; |
|
189 | 189 | src = fetchurl { |
|
190 |
url = "https://pypi.python.org/packages/ |
|
|
191 | md5 = "97aced7018614eeccc9621a3dea35fda"; | |
|
190 | url = "https://pypi.python.org/packages/bc/16/b66eef0b70ee2b4ebb8e76622fe21bbed834606dd8c1bd30d6936ebf6f45/mercurial-3.8.4.tar.gz"; | |
|
191 | md5 = "cec2c3db688cb87142809089c6ae13e9"; | |
|
192 | 192 | }; |
|
193 | 193 | meta = { |
|
194 | 194 | license = [ pkgs.lib.licenses.gpl1 pkgs.lib.licenses.gpl2Plus ]; |
@@ -299,7 +299,7 b'' | |||
|
299 | 299 | }; |
|
300 | 300 | }; |
|
301 | 301 | rhodecode-vcsserver = super.buildPythonPackage { |
|
302 |
name = "rhodecode-vcsserver-4. |
|
|
302 | name = "rhodecode-vcsserver-4.3.0"; | |
|
303 | 303 | buildInputs = with self; [mock pytest WebTest]; |
|
304 | 304 | doCheck = true; |
|
305 | 305 | propagatedBuildInputs = with self; [configobj dulwich hgsubversion infrae.cache mercurial msgpack-python pyramid Pyro4 simplejson subprocess32 waitress WebOb]; |
General Comments 0
You need to be logged in to leave comments.
Login now