···4455let
66 # if you bump version, update pkgs.tortoisehg too or ping maintainer
77- version = "4.8.1";
77+ version = "4.8.2";
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 = "08gsn0s5802bs8ks77xqg7c8dwpbsh8df47kvb1gn14ivrf5z928";
1616+ sha256 = "1cpx8nf6vcqz92kx6b5c4900pcay8zb89gvy8y33prh5rywjq83c";
1717 };
18181919 inherit python; # pass it so that the same version can be used in hg2git