##// END OF EJS Templates
dependencies: bumped mercurial to 5.1.1
marcink -
r775:14b45560 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-5.1";
333 name = "mercurial-5.1.1";
334 doCheck = false;
334 doCheck = false;
335 src = fetchurl {
335 src = fetchurl {
336 url = "https://files.pythonhosted.org/packages/41/69/5f5802b0fb4818b5fe3704a4b9a862df13acd101ee092966d2e9f6ffd8fe/mercurial-5.1.tar.gz";
336 url = "https://files.pythonhosted.org/packages/22/39/e1a95f6048aa0785b82f5faad8281ae7320894a635cb4a57e19479639c92/mercurial-5.1.1.tar.gz";
337 sha256 = "0af8wx5sn35l8c8sfj7cabx15i9b2di81ibx5d11wh8fhqnxj8k2";
337 sha256 = "17z42rfjdkrks4grzgac66nfh285zf1pwxd2zwx1p71pw2jqpz1m";
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==9.1.0
11 hg-evolve==9.1.0
12 mako==1.0.7
12 mako==1.0.7
13 markupsafe==1.1.0
13 markupsafe==1.1.0
14 mercurial==5.1.0
14 mercurial==5.1.1
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