##// END OF EJS Templates
dependencies: bumped Mercurial to 4.4.2 and hg-evolve to 7.0.1
marcink -
r339:0b97b3d9 default
parent child Browse files
Show More
@@ -263,13 +263,13 b''
263 263 };
264 264 };
265 265 hg-evolve = super.buildPythonPackage {
266 name = "hg-evolve-7.0.0";
266 name = "hg-evolve-7.0.1";
267 267 buildInputs = with self; [];
268 268 doCheck = false;
269 269 propagatedBuildInputs = with self; [];
270 270 src = fetchurl {
271 url = "https://pypi.python.org/packages/69/8a/003d4fd5b5d137054b3d768b6ebf4a2f76149b3557bb322689bf3db3e15b/hg-evolve-7.0.0.tar.gz";
272 md5 = "2f427fa2cdb30984df26c1258831316f";
271 url = "https://pypi.python.org/packages/92/5c/4c216be1a08f326a12076b645f4892a2b0865810db1f4a0c9648f1f4c113/hg-evolve-7.0.1.tar.gz";
272 md5 = "2dfa926846ea873a8406bababb06b277";
273 273 };
274 274 meta = {
275 275 license = [ { fullName = "GPLv2+"; } ];
@@ -354,13 +354,13 b''
354 354 };
355 355 };
356 356 mercurial = super.buildPythonPackage {
357 name = "mercurial-4.4.1";
357 name = "mercurial-4.4.2";
358 358 buildInputs = with self; [];
359 359 doCheck = false;
360 360 propagatedBuildInputs = with self; [];
361 361 src = fetchurl {
362 url = "https://pypi.python.org/packages/c0/59/38f76fad1d95bb64f03ae5cdb994f039da21a2739032ff4db3e284c498d1/mercurial-4.4.1.tar.gz";
363 md5 = "37974a416d1d9525e1375c92025b16d9";
362 url = "https://pypi.python.org/packages/d0/83/92a5fa662ba277128db305e39e7ea5a638f2f1cbbc6dc5fbf4c14aefae22/mercurial-4.4.2.tar.gz";
363 md5 = "95769125cf7e9dbc341a983253acefcd";
364 364 };
365 365 meta = {
366 366 license = [ pkgs.lib.licenses.gpl1 pkgs.lib.licenses.gpl2Plus ];
@@ -6,9 +6,9 b' configobj==5.0.6'
6 6 decorator==4.1.2
7 7 dulwich==0.13.0
8 8 hgsubversion==1.9.0
9 hg-evolve==7.0.0
9 hg-evolve==7.0.1
10 10 infrae.cache==1.0.1
11 mercurial==4.4.1
11 mercurial==4.4.2
12 12 msgpack-python==0.4.8
13 13 pyramid-jinja2==2.7
14 14 pyramid==1.9.1
General Comments 0
You need to be logged in to leave comments. Login now