##// END OF EJS Templates
dependencies: bumped Mercurial version to 4.0.1
marcink -
r117:d98cac26 default
parent child Browse files
Show More
@@ -263,13 +263,13 b''
263 };
263 };
264 };
264 };
265 mercurial = super.buildPythonPackage {
265 mercurial = super.buildPythonPackage {
266 name = "mercurial-3.8.4";
266 name = "mercurial-4.0.1";
267 buildInputs = with self; [];
267 buildInputs = with self; [];
268 doCheck = false;
268 doCheck = false;
269 propagatedBuildInputs = with self; [];
269 propagatedBuildInputs = with self; [];
270 src = fetchurl {
270 src = fetchurl {
271 url = "https://pypi.python.org/packages/bc/16/b66eef0b70ee2b4ebb8e76622fe21bbed834606dd8c1bd30d6936ebf6f45/mercurial-3.8.4.tar.gz";
271 url = "https://pypi.python.org/packages/f2/42/544e271b92b55588603f21f9671049d618ee12aef5aca6f7b7034c86187c/mercurial-4.0.1.tar.gz";
272 md5 = "cec2c3db688cb87142809089c6ae13e9";
272 md5 = "22a9b1d7c0c06a53f0ae5b386d536d08";
273 };
273 };
274 meta = {
274 meta = {
275 license = [ pkgs.lib.licenses.gpl1 pkgs.lib.licenses.gpl2Plus ];
275 license = [ pkgs.lib.licenses.gpl1 pkgs.lib.licenses.gpl2Plus ];
@@ -4,7 +4,7 b' dulwich==0.13.0'
4 hgsubversion==1.8.6
4 hgsubversion==1.8.6
5 infrae.cache==1.0.1
5 infrae.cache==1.0.1
6 ipdb==0.10.1
6 ipdb==0.10.1
7 mercurial==3.8.4
7 mercurial==4.0.1
8 msgpack-python==0.4.6
8 msgpack-python==0.4.6
9 py==1.4.29
9 py==1.4.29
10 pyramid==1.6.1
10 pyramid==1.6.1
General Comments 0
You need to be logged in to leave comments. Login now