Show More
@@ -263,13 +263,13 b'' | |||
|
263 | 263 | }; |
|
264 | 264 | }; |
|
265 | 265 | hgsubversion = super.buildPythonPackage { |
|
266 |
name = "hgsubversion-1.8. |
|
|
266 | name = "hgsubversion-1.8.7"; | |
|
267 | 267 | buildInputs = with self; []; |
|
268 | 268 | doCheck = false; |
|
269 | 269 | propagatedBuildInputs = with self; [mercurial subvertpy]; |
|
270 | 270 | src = fetchurl { |
|
271 | url = "https://pypi.python.org/packages/ce/97/032e5093ad250e9908cea04395cbddb6902d587f712a79b53b2d778bdfdd/hgsubversion-1.8.6.tar.gz"; | |
|
272 | md5 = "9310cb266031cf8d0779885782a84a5b"; | |
|
271 | url = "https://pypi.python.org/packages/1c/b8/ff4d2e0ec486f9765b410f09728c02a010e7485d68d6154968074498a403/hgsubversion-1.8.7.tar.gz"; | |
|
272 | md5 = "289f1c36c13bd6a3435a9be390a77bdc"; | |
|
273 | 273 | }; |
|
274 | 274 | meta = { |
|
275 | 275 | license = [ pkgs.lib.licenses.gpl1 ]; |
General Comments 0
You need to be logged in to leave comments.
Login now