##// END OF EJS Templates
dependencies: bumped mercurial to 4.6.1
marcink -
r461:2d2440d3 default
parent child Browse files
Show More
@@ -328,13 +328,13 b''
328 };
328 };
329 };
329 };
330 mercurial = super.buildPythonPackage {
330 mercurial = super.buildPythonPackage {
331 name = "mercurial-4.6";
331 name = "mercurial-4.6.1";
332 buildInputs = with self; [];
332 buildInputs = with self; [];
333 doCheck = false;
333 doCheck = false;
334 propagatedBuildInputs = with self; [];
334 propagatedBuildInputs = with self; [];
335 src = fetchurl {
335 src = fetchurl {
336 url = "https://files.pythonhosted.org/packages/27/f1/a83c40781455ffaf04fc9a000c2ddbae21407d4675667563b17d9706e0ea/mercurial-4.6.tar.gz";
336 url = "https://files.pythonhosted.org/packages/12/e7/46894628ed3d6b0ae1e324523b09fdb8a90f0720bebe43cab88e0ea91b39/mercurial-4.6.1.tar.gz";
337 sha256 = "56ae3b10201adae37ad97fbd759cf3cea4ebe64c57641c059978c7a706ee6b49";
337 sha256 = "89fa8ecbc8aa6e48e98f9803a1683ba91367124295dba2407b28c34ca621108d";
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 ];
@@ -10,7 +10,7 b' hg-evolve==8.0.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.6.0
13 mercurial==4.6.1
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