##// END OF EJS Templates
dependencies : bumped Mercurial version to 4.1.0....
marcink -
r164:7317e4cc default
parent child Browse files
Show More
@@ -315,13 +315,13 b''
315 };
315 };
316 };
316 };
317 mercurial = super.buildPythonPackage {
317 mercurial = super.buildPythonPackage {
318 name = "mercurial-4.0.2";
318 name = "mercurial-4.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/85/1b/0296aacd697228974a473d2508f013532f987ed6b1bacfe5abd6d5be6332/mercurial-4.0.2.tar.gz";
323 url = "https://pypi.python.org/packages/d4/fb/2068126deba02802ba556da217b891b3480056b51f83591c9178b3d64d80/mercurial-4.1.tar.gz";
324 md5 = "fa72a08e2723e4fa2a21c4e66437f3fa";
324 md5 = "59c7072a70c8b41dbde801f935c47aea";
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.2
9 mercurial==4.1.0
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
@@ -28,7 +28,6 b' zope.interface==4.1.3'
28 ## debug
28 ## debug
29 ipdb==0.10.1
29 ipdb==0.10.1
30 ipython==5.1.0
30 ipython==5.1.0
31
32 # http servers
31 # http servers
33 gevent==1.1.2
32 gevent==1.1.2
34 greenlet==0.4.10
33 greenlet==0.4.10
General Comments 0
You need to be logged in to leave comments. Login now