##// END OF EJS Templates
dependencies: bumped mercurial to 4.6.2
marcink -
r486:b01050cf default
parent child Browse files
Show More
@@ -324,11 +324,11 b' self: super: {'
324 };
324 };
325 };
325 };
326 "mercurial" = super.buildPythonPackage {
326 "mercurial" = super.buildPythonPackage {
327 name = "mercurial-4.6.1";
327 name = "mercurial-4.6.2";
328 doCheck = false;
328 doCheck = false;
329 src = fetchurl {
329 src = fetchurl {
330 url = "https://files.pythonhosted.org/packages/12/e7/46894628ed3d6b0ae1e324523b09fdb8a90f0720bebe43cab88e0ea91b39/mercurial-4.6.1.tar.gz";
330 url = "https://files.pythonhosted.org/packages/d9/fb/c7ecf2b7fd349878dbf45b8390b8db735cef73d49dd9ce8a364b4ca3a846/mercurial-4.6.2.tar.gz";
331 sha256 = "138h46k4rhr8gd0a5nwm8896f4x97dla20wqizllhvmar35qxyl9";
331 sha256 = "1bv6wgcdx8glihjjfg22khhc52mclsn4kwfqvzbzlg0b42h4xl0w";
332 };
332 };
333 meta = {
333 meta = {
334 license = [ pkgs.lib.licenses.gpl1 pkgs.lib.licenses.gpl2Plus ];
334 license = [ pkgs.lib.licenses.gpl1 pkgs.lib.licenses.gpl2Plus ];
@@ -10,7 +10,7 b' hg-evolve==8.0.1'
10 lru-dict==1.1.6
10 lru-dict==1.1.6
11 mako==1.0.7
11 mako==1.0.7
12 markupsafe==1.0.0
12 markupsafe==1.0.0
13 mercurial==4.6.1
13 mercurial==4.6.2
14 msgpack-python==0.5.6
14 msgpack-python==0.5.6
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