##// END OF EJS Templates
dependencies: bumped mercurial to 5.0.2 release
marcink -
r738:f7f307cc default
parent child Browse files
Show More
@@ -330,11 +330,11 b' self: super: {'
330 };
330 };
331 };
331 };
332 "mercurial" = super.buildPythonPackage {
332 "mercurial" = super.buildPythonPackage {
333 name = "mercurial-4.9.1";
333 name = "mercurial-5.0.2";
334 doCheck = false;
334 doCheck = false;
335 src = fetchurl {
335 src = fetchurl {
336 url = "https://files.pythonhosted.org/packages/60/58/a1c52d5f5c0b755e231faf7c4f507dc51fe26d979d36346bc9d28f4f8a75/mercurial-4.9.1.tar.gz";
336 url = "https://files.pythonhosted.org/packages/a4/77/2d96c46834ad1ca69e2f725c51da980a2c6fc8850879c6683407f9c8fbfc/mercurial-5.0.2.tar.gz";
337 sha256 = "0iybbkd9add066729zg01kwz5hhc1s6lhp9rrnsmzq6ihyxj3p8v";
337 sha256 = "1y60hfc8gh4ha9sw650qs7hndqmvbn0qxpmqwpn4q18z5xwm1f19";
338 };
338 };
339 meta = {
339 meta = {
340 license = [ pkgs.lib.licenses.gpl1 pkgs.lib.licenses.gpl2Plus ];
340 license = [ pkgs.lib.licenses.gpl1 pkgs.lib.licenses.gpl2Plus ];
@@ -11,7 +11,7 b' hgsubversion==1.9.3'
11 hg-evolve==8.5.1
11 hg-evolve==8.5.1
12 mako==1.0.7
12 mako==1.0.7
13 markupsafe==1.1.0
13 markupsafe==1.1.0
14 mercurial==4.9.1
14 mercurial==5.0.2
15 msgpack-python==0.5.6
15 msgpack-python==0.5.6
16
16
17 pastedeploy==2.0.1
17 pastedeploy==2.0.1
General Comments 0
You need to be logged in to leave comments. Login now