Show More
@@ -328,13 +328,13 b'' | |||||
328 | }; |
|
328 | }; | |
329 | }; |
|
329 | }; | |
330 | mercurial = super.buildPythonPackage { |
|
330 | mercurial = super.buildPythonPackage { | |
331 | name = "mercurial-4.6"; |
|
331 | name = "mercurial-4.6.1"; | |
332 | buildInputs = with self; []; |
|
332 | buildInputs = with self; []; | |
333 | doCheck = false; |
|
333 | doCheck = false; | |
334 | propagatedBuildInputs = with self; []; |
|
334 | propagatedBuildInputs = with self; []; | |
335 | src = fetchurl { |
|
335 | src = fetchurl { | |
336 |
url = "https://files.pythonhosted.org/packages/27/f |
|
336 | url = "https://files.pythonhosted.org/packages/12/e7/46894628ed3d6b0ae1e324523b09fdb8a90f0720bebe43cab88e0ea91b39/mercurial-4.6.1.tar.gz"; | |
337 | sha256 = "56ae3b10201adae37ad97fbd759cf3cea4ebe64c57641c059978c7a706ee6b49"; |
|
337 | sha256 = "89fa8ecbc8aa6e48e98f9803a1683ba91367124295dba2407b28c34ca621108d"; | |
338 | }; |
|
338 | }; | |
339 | meta = { |
|
339 | meta = { | |
340 | license = [ pkgs.lib.licenses.gpl1 pkgs.lib.licenses.gpl2Plus ]; |
|
340 | license = [ pkgs.lib.licenses.gpl1 pkgs.lib.licenses.gpl2Plus ]; |
General Comments 0
You need to be logged in to leave comments.
Login now