Show More
@@ -315,13 +315,13 b'' | |||||
315 | }; |
|
315 | }; | |
316 | }; |
|
316 | }; | |
317 | mercurial = super.buildPythonPackage { |
|
317 | mercurial = super.buildPythonPackage { | |
318 |
name = "mercurial-4.0. |
|
318 | name = "mercurial-4.0.2"; | |
319 | buildInputs = with self; []; |
|
319 | buildInputs = with self; []; | |
320 | doCheck = false; |
|
320 | doCheck = false; | |
321 | propagatedBuildInputs = with self; []; |
|
321 | propagatedBuildInputs = with self; []; | |
322 | src = fetchurl { |
|
322 | src = fetchurl { | |
323 |
url = "https://pypi.python.org/packages/ |
|
323 | url = "https://pypi.python.org/packages/85/1b/0296aacd697228974a473d2508f013532f987ed6b1bacfe5abd6d5be6332/mercurial-4.0.2.tar.gz"; | |
324 | md5 = "22a9b1d7c0c06a53f0ae5b386d536d08"; |
|
324 | md5 = "fa72a08e2723e4fa2a21c4e66437f3fa"; | |
325 | }; |
|
325 | }; | |
326 | meta = { |
|
326 | meta = { | |
327 | license = [ pkgs.lib.licenses.gpl1 pkgs.lib.licenses.gpl2Plus ]; |
|
327 | license = [ pkgs.lib.licenses.gpl1 pkgs.lib.licenses.gpl2Plus ]; |
@@ -6,7 +6,7 b' configobj==5.0.6' | |||||
6 | dulwich==0.13.0 |
|
6 | dulwich==0.13.0 | |
7 | hgsubversion==1.8.6 |
|
7 | hgsubversion==1.8.6 | |
8 | infrae.cache==1.0.1 |
|
8 | infrae.cache==1.0.1 | |
9 |
mercurial==4.0. |
|
9 | mercurial==4.0.2 | |
10 | msgpack-python==0.4.8 |
|
10 | msgpack-python==0.4.8 | |
11 | pyramid==1.6.1 |
|
11 | pyramid==1.6.1 | |
12 | pyramid-jinja2==2.5 |
|
12 | pyramid-jinja2==2.5 |
General Comments 0
You need to be logged in to leave comments.
Login now