##// END OF EJS Templates
dependencies: bumped mercurial to 4.4.1 version.
marcink -
r329:e3bb1b9f default
parent child Browse files
Show More
@@ -354,13 +354,13 b''
354 };
354 };
355 };
355 };
356 mercurial = super.buildPythonPackage {
356 mercurial = super.buildPythonPackage {
357 name = "mercurial-4.4";
357 name = "mercurial-4.4.1";
358 buildInputs = with self; [];
358 buildInputs = with self; [];
359 doCheck = false;
359 doCheck = false;
360 propagatedBuildInputs = with self; [];
360 propagatedBuildInputs = with self; [];
361 src = fetchurl {
361 src = fetchurl {
362 url = "https://pypi.python.org/packages/ad/a2/26cd147e44acdcaceada23e93ffec49e4f6adfc57db647f3d071db411961/mercurial-4.4.tar.gz";
362 url = "https://pypi.python.org/packages/c0/59/38f76fad1d95bb64f03ae5cdb994f039da21a2739032ff4db3e284c498d1/mercurial-4.4.1.tar.gz";
363 md5 = "c1d9fad1b7ed7077b0d4ae82e71154db";
363 md5 = "37974a416d1d9525e1375c92025b16d9";
364 };
364 };
365 meta = {
365 meta = {
366 license = [ pkgs.lib.licenses.gpl1 pkgs.lib.licenses.gpl2Plus ];
366 license = [ pkgs.lib.licenses.gpl1 pkgs.lib.licenses.gpl2Plus ];
@@ -8,7 +8,7 b' dulwich==0.13.0'
8 hgsubversion==1.9.0
8 hgsubversion==1.9.0
9 hg-evolve==7.0.0
9 hg-evolve==7.0.0
10 infrae.cache==1.0.1
10 infrae.cache==1.0.1
11 mercurial==4.4.0
11 mercurial==4.4.1
12 msgpack-python==0.4.8
12 msgpack-python==0.4.8
13 pyramid-jinja2==2.7
13 pyramid-jinja2==2.7
14 pyramid==1.9.1
14 pyramid==1.9.1
General Comments 0
You need to be logged in to leave comments. Login now