##// 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 317 mercurial = super.buildPythonPackage {
318 name = "mercurial-4.0.2";
318 name = "mercurial-4.1";
319 319 buildInputs = with self; [];
320 320 doCheck = false;
321 321 propagatedBuildInputs = with self; [];
322 322 src = fetchurl {
323 url = "https://pypi.python.org/packages/85/1b/0296aacd697228974a473d2508f013532f987ed6b1bacfe5abd6d5be6332/mercurial-4.0.2.tar.gz";
324 md5 = "fa72a08e2723e4fa2a21c4e66437f3fa";
323 url = "https://pypi.python.org/packages/d4/fb/2068126deba02802ba556da217b891b3480056b51f83591c9178b3d64d80/mercurial-4.1.tar.gz";
324 md5 = "59c7072a70c8b41dbde801f935c47aea";
325 325 };
326 326 meta = {
327 327 license = [ pkgs.lib.licenses.gpl1 pkgs.lib.licenses.gpl2Plus ];
@@ -6,7 +6,7 b' configobj==5.0.6'
6 6 dulwich==0.13.0
7 7 hgsubversion==1.8.6
8 8 infrae.cache==1.0.1
9 mercurial==4.0.2
9 mercurial==4.1.0
10 10 msgpack-python==0.4.8
11 11 pyramid-jinja2==2.5
12 12 pyramid==1.7.4
@@ -28,7 +28,6 b' zope.interface==4.1.3'
28 28 ## debug
29 29 ipdb==0.10.1
30 30 ipython==5.1.0
31
32 31 # http servers
33 32 gevent==1.1.2
34 33 greenlet==0.4.10
General Comments 0
You need to be logged in to leave comments. Login now