mercurial: 4.1.1 -> 4.3.1

This commit is contained in:
Tim Steinbach 2017-08-10 20:54:28 -04:00
parent 30d1c62f27
commit f0719b5a0b
No known key found for this signature in database
GPG key ID: 472BFCCA96BD0EDA

View file

@ -4,7 +4,7 @@
let
# if you bump version, update pkgs.tortoisehg too or ping maintainer
version = "4.1.1";
version = "4.3.1";
name = "mercurial-${version}";
inherit (python2Packages) docutils hg-git dulwich python;
in python2Packages.buildPythonApplication {
@ -13,7 +13,7 @@ in python2Packages.buildPythonApplication {
src = fetchurl {
url = "https://mercurial-scm.org/release/${name}.tar.gz";
sha256 = "17imsf4haqgw364p1z9i416jinmfxfia537b84hcg0rg43hinmv3";
sha256 = "18hq6vvjsrjsnbs15bvyyfrss35bgc0hgw4wxksdyaj578pg04ib";
};
inherit python; # pass it so that the same version can be used in hg2git