Show More
@@ -315,13 +315,13 b'' | |||||
315 | }; |
|
315 | }; | |
316 | }; |
|
316 | }; | |
317 | mercurial = super.buildPythonPackage { |
|
317 | mercurial = super.buildPythonPackage { | |
318 | name = "mercurial-4.1"; |
|
318 | name = "mercurial-4.1.1"; | |
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/d4/fb/2068126deba02802ba556da217b891b3480056b51f83591c9178b3d64d80/mercurial-4.1.tar.gz"; |
|
323 | url = "https://pypi.python.org/packages/53/62/73cabfea5e36a5c8be371d540d8376f208f523dfe125d45f30e77965a206/mercurial-4.1.1.tar.gz"; | |
324 | md5 = "59c7072a70c8b41dbde801f935c47aea"; |
|
324 | md5 = "7ed649e02aab5d5e532b4fe1617a2a26"; | |
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 ]; |
@@ -1,4 +1,4 b'' | |||||
1 | # core |
|
1 | ## core | |
2 | setuptools==30.1.0 |
|
2 | setuptools==30.1.0 | |
3 |
|
3 | |||
4 | Beaker==1.7.0 |
|
4 | Beaker==1.7.0 | |
@@ -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.1. |
|
9 | mercurial==4.1.1 | |
10 | msgpack-python==0.4.8 |
|
10 | msgpack-python==0.4.8 | |
11 | pyramid-jinja2==2.5 |
|
11 | pyramid-jinja2==2.5 | |
12 | pyramid==1.7.4 |
|
12 | pyramid==1.7.4 |
General Comments 0
You need to be logged in to leave comments.
Login now