##// END OF EJS Templates
dependencies: bumped mercurial to 4.1.1
marcink -
r176:48f0451e 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.1";
318 name = "mercurial-4.1.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/d4/fb/2068126deba02802ba556da217b891b3480056b51f83591c9178b3d64d80/mercurial-4.1.tar.gz";
324 md5 = "59c7072a70c8b41dbde801f935c47aea";
323 url = "https://pypi.python.org/packages/53/62/73cabfea5e36a5c8be371d540d8376f208f523dfe125d45f30e77965a206/mercurial-4.1.1.tar.gz";
324 md5 = "7ed649e02aab5d5e532b4fe1617a2a26";
325 325 };
326 326 meta = {
327 327 license = [ pkgs.lib.licenses.gpl1 pkgs.lib.licenses.gpl2Plus ];
@@ -1,4 +1,4 b''
1 # core
1 ## core
2 2 setuptools==30.1.0
3 3
4 4 Beaker==1.7.0
@@ -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.1.0
9 mercurial==4.1.1
10 10 msgpack-python==0.4.8
11 11 pyramid-jinja2==2.5
12 12 pyramid==1.7.4
General Comments 0
You need to be logged in to leave comments. Login now