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