##// END OF EJS Templates
dependencies: bumped mercurial to 4.6.0
marcink -
r431:6faeb1fd default
parent child Browse files
Show More
@@ -302,13 +302,13 b''
302 };
302 };
303 };
303 };
304 mercurial = super.buildPythonPackage {
304 mercurial = super.buildPythonPackage {
305 name = "mercurial-4.4.2";
305 name = "mercurial-4.6";
306 buildInputs = with self; [];
306 buildInputs = with self; [];
307 doCheck = false;
307 doCheck = false;
308 propagatedBuildInputs = with self; [];
308 propagatedBuildInputs = with self; [];
309 src = fetchurl {
309 src = fetchurl {
310 url = "https://files.pythonhosted.org/packages/d0/83/92a5fa662ba277128db305e39e7ea5a638f2f1cbbc6dc5fbf4c14aefae22/mercurial-4.4.2.tar.gz";
310 url = "https://files.pythonhosted.org/packages/27/f1/a83c40781455ffaf04fc9a000c2ddbae21407d4675667563b17d9706e0ea/mercurial-4.6.tar.gz";
311 sha256 = "dc2f72caccd6b760226753d48c2f4e8889fe176a6b23ef50775caac55ce28b85";
311 sha256 = "56ae3b10201adae37ad97fbd759cf3cea4ebe64c57641c059978c7a706ee6b49";
312 };
312 };
313 meta = {
313 meta = {
314 license = [ pkgs.lib.licenses.gpl1 pkgs.lib.licenses.gpl2Plus ];
314 license = [ pkgs.lib.licenses.gpl1 pkgs.lib.licenses.gpl2Plus ];
@@ -10,7 +10,7 b' hg-evolve==7.3.0'
10 infrae.cache==1.0.1
10 infrae.cache==1.0.1
11 mako==1.0.7
11 mako==1.0.7
12 markupsafe==1.0.0
12 markupsafe==1.0.0
13 mercurial==4.4.2
13 mercurial==4.6.0
14 msgpack-python==0.4.8
14 msgpack-python==0.4.8
15
15
16 pastedeploy==1.5.2
16 pastedeploy==1.5.2
General Comments 0
You need to be logged in to leave comments. Login now