##// END OF EJS Templates
dependencies: bumped Mercurial to 4.2.3 and evolve to 6.6.0
marcink -
r252:76d20269 default
parent child Browse files
Show More
@@ -263,13 +263,13 b''
263 };
263 };
264 };
264 };
265 hg-evolve = super.buildPythonPackage {
265 hg-evolve = super.buildPythonPackage {
266 name = "hg-evolve-6.0.1";
266 name = "hg-evolve-6.6.0";
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/c4/31/0673a5657c201ebb46e63c4bba8668f96cf5d7a8a0f8a91892d022ccc32b/hg-evolve-6.0.1.tar.gz";
271 url = "https://pypi.python.org/packages/c5/04/3557c97eaa320b5a6769edade64a299cd2710f5f3b818f64991ab6c8c08f/hg-evolve-6.6.0.tar.gz";
272 md5 = "9c1ce7ac24792abc0eedee09a3344d06";
272 md5 = "06b9a9c8e8137bbf0c4fbf940c009725";
273 };
273 };
274 meta = {
274 meta = {
275 license = [ { fullName = "GPLv2+"; } ];
275 license = [ { fullName = "GPLv2+"; } ];
@@ -354,13 +354,13 b''
354 };
354 };
355 };
355 };
356 mercurial = super.buildPythonPackage {
356 mercurial = super.buildPythonPackage {
357 name = "mercurial-4.1.2";
357 name = "mercurial-4.2.3";
358 buildInputs = with self; [];
358 buildInputs = with self; [];
359 doCheck = false;
359 doCheck = false;
360 propagatedBuildInputs = with self; [];
360 propagatedBuildInputs = with self; [];
361 src = fetchurl {
361 src = fetchurl {
362 url = "https://pypi.python.org/packages/88/c1/f0501fd67f5e69346da41ee0bd7b2619ce4bbc9854bb645074c418b9941f/mercurial-4.1.2.tar.gz";
362 url = "https://www.mercurial-scm.org/release/mercurial-4.2.3.tar.gz";
363 md5 = "934c99808bdc8385e074b902d59b0d93";
363 md5 = "a24a8fab7c2ad2c65e945b1b35d94e3b";
364 };
364 };
365 meta = {
365 meta = {
366 license = [ pkgs.lib.licenses.gpl1 pkgs.lib.licenses.gpl2Plus ];
366 license = [ pkgs.lib.licenses.gpl1 pkgs.lib.licenses.gpl2Plus ];
@@ -6,9 +6,9 b' configobj==5.0.6'
6 decorator==4.0.11
6 decorator==4.0.11
7 dulwich==0.13.0
7 dulwich==0.13.0
8 hgsubversion==1.8.7
8 hgsubversion==1.8.7
9 hg-evolve==6.0.1
9 hg-evolve==6.6.0
10 infrae.cache==1.0.1
10 infrae.cache==1.0.1
11 mercurial==4.1.2
11 mercurial==4.2.3
12 msgpack-python==0.4.8
12 msgpack-python==0.4.8
13 pyramid-jinja2==2.5
13 pyramid-jinja2==2.5
14 pyramid==1.9.0
14 pyramid==1.9.0
General Comments 0
You need to be logged in to leave comments. Login now