##// END OF EJS Templates
dependencies: bumped Mercurial to 4.2.3 and evolve to 6.6.0
marcink -
r256:dab33ccc stable
parent child Browse files
Show More
@@ -237,13 +237,13 b''
237 237 };
238 238 };
239 239 hg-evolve = super.buildPythonPackage {
240 name = "hg-evolve-6.0.1";
240 name = "hg-evolve-6.6.0";
241 241 buildInputs = with self; [];
242 242 doCheck = false;
243 243 propagatedBuildInputs = with self; [];
244 244 src = fetchurl {
245 url = "https://pypi.python.org/packages/c4/31/0673a5657c201ebb46e63c4bba8668f96cf5d7a8a0f8a91892d022ccc32b/hg-evolve-6.0.1.tar.gz";
246 md5 = "9c1ce7ac24792abc0eedee09a3344d06";
245 url = "https://pypi.python.org/packages/c5/04/3557c97eaa320b5a6769edade64a299cd2710f5f3b818f64991ab6c8c08f/hg-evolve-6.6.0.tar.gz";
246 md5 = "06b9a9c8e8137bbf0c4fbf940c009725";
247 247 };
248 248 meta = {
249 249 license = [ { fullName = "GPLv2+"; } ];
@@ -315,13 +315,13 b''
315 315 };
316 316 };
317 317 mercurial = super.buildPythonPackage {
318 name = "mercurial-4.1.2";
318 name = "mercurial-4.2.3";
319 319 buildInputs = with self; [];
320 320 doCheck = false;
321 321 propagatedBuildInputs = with self; [];
322 322 src = fetchurl {
323 url = "https://pypi.python.org/packages/88/c1/f0501fd67f5e69346da41ee0bd7b2619ce4bbc9854bb645074c418b9941f/mercurial-4.1.2.tar.gz";
324 md5 = "934c99808bdc8385e074b902d59b0d93";
323 url = "https://www.mercurial-scm.org/release/mercurial-4.2.3.tar.gz";
324 md5 = "a24a8fab7c2ad2c65e945b1b35d94e3b";
325 325 };
326 326 meta = {
327 327 license = [ pkgs.lib.licenses.gpl1 pkgs.lib.licenses.gpl2Plus ];
@@ -6,9 +6,9 b' configobj==5.0.6'
6 6 decorator==4.0.11
7 7 dulwich==0.13.0
8 8 hgsubversion==1.8.6
9 hg-evolve==6.0.1
9 hg-evolve==6.6.0
10 10 infrae.cache==1.0.1
11 mercurial==4.1.2
11 mercurial==4.2.3
12 12 msgpack-python==0.4.8
13 13 pyramid-jinja2==2.5
14 14 pyramid==1.7.4
General Comments 0
You need to be logged in to leave comments. Login now