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