##// END OF EJS Templates
dependencies: bumped mercurial to 4.1.2
marcink -
r183:1f961b6b default
parent child Browse files
Show More
@@ -315,13 +315,13 b''
315 };
315 };
316 };
316 };
317 mercurial = super.buildPythonPackage {
317 mercurial = super.buildPythonPackage {
318 name = "mercurial-4.1.1";
318 name = "mercurial-4.1.2";
319 buildInputs = with self; [];
319 buildInputs = with self; [];
320 doCheck = false;
320 doCheck = false;
321 propagatedBuildInputs = with self; [];
321 propagatedBuildInputs = with self; [];
322 src = fetchurl {
322 src = fetchurl {
323 url = "https://pypi.python.org/packages/53/62/73cabfea5e36a5c8be371d540d8376f208f523dfe125d45f30e77965a206/mercurial-4.1.1.tar.gz";
323 url = "https://pypi.python.org/packages/88/c1/f0501fd67f5e69346da41ee0bd7b2619ce4bbc9854bb645074c418b9941f/mercurial-4.1.2.tar.gz";
324 md5 = "7ed649e02aab5d5e532b4fe1617a2a26";
324 md5 = "934c99808bdc8385e074b902d59b0d93";
325 };
325 };
326 meta = {
326 meta = {
327 license = [ pkgs.lib.licenses.gpl1 pkgs.lib.licenses.gpl2Plus ];
327 license = [ pkgs.lib.licenses.gpl1 pkgs.lib.licenses.gpl2Plus ];
@@ -7,7 +7,7 b' decorator==4.0.11'
7 dulwich==0.13.0
7 dulwich==0.13.0
8 hgsubversion==1.8.6
8 hgsubversion==1.8.6
9 infrae.cache==1.0.1
9 infrae.cache==1.0.1
10 mercurial==4.1.1
10 mercurial==4.1.2
11 msgpack-python==0.4.8
11 msgpack-python==0.4.8
12 pyramid-jinja2==2.5
12 pyramid-jinja2==2.5
13 pyramid==1.7.4
13 pyramid==1.7.4
General Comments 0
You need to be logged in to leave comments. Login now