mercurial: 4.3.1 -> 4.3.2

+2 -2
+2 -2
pkgs/applications/version-management/mercurial/default.nix
··· 4 4 5 5 let 6 6 # if you bump version, update pkgs.tortoisehg too or ping maintainer 7 - version = "4.3.1"; 7 + version = "4.3.2"; 8 8 name = "mercurial-${version}"; 9 9 inherit (python2Packages) docutils hg-git dulwich python; 10 10 in python2Packages.buildPythonApplication { ··· 13 13 14 14 src = fetchurl { 15 15 url = "https://mercurial-scm.org/release/${name}.tar.gz"; 16 - sha256 = "18hq6vvjsrjsnbs15bvyyfrss35bgc0hgw4wxksdyaj578pg04ib"; 16 + sha256 = "0j6djq584rcj9ghz59ddqzrfq49lykg3wqwap5fnzp9apa4gcnqg"; 17 17 }; 18 18 19 19 inherit python; # pass it so that the same version can be used in hg2git