Skip to content

Commit 505c919

Browse files
authored
mercurial: 6.9.4 -> 7.1 (NixOS#439685)
2 parents 374c7da + fc96568 commit 505c919

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

pkgs/by-name/me/mercurial/package.nix

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,17 @@ let
3434
pygit2
3535
pygments
3636
setuptools
37+
setuptools-scm
38+
pip
3739
;
3840

3941
self = python3Packages.buildPythonApplication rec {
4042
pname = "mercurial${lib.optionalString fullBuild "-full"}";
41-
version = "6.9.4";
43+
version = "7.1";
4244

4345
src = fetchurl {
4446
url = "https://mercurial-scm.org/release/mercurial-${version}.tar.gz";
45-
hash = "sha256-fqDoOeyDRSd90Z0HJQtEJhNNxdZoL/iAqGorCbTjjs0=";
47+
hash = "sha256-6NkgyDw4xHXY6XO+YHYKSdw1w3ldZL1oduVq26Yi5cs=";
4648
};
4749

4850
format = "other";
@@ -54,7 +56,7 @@ let
5456
rustPlatform.fetchCargoVendor {
5557
inherit src;
5658
name = "mercurial-${version}";
57-
hash = "sha256-k/K1BupCqnlB++2T7hJxu82yID0jG8HwLNmb2eyx29o=";
59+
hash = "sha256-REMgZ1TiVTDbvT8TCd4EeHfYT/xMJfC4E6weLJFT6Rw=";
5860
sourceRoot = "mercurial-${version}/rust";
5961
}
6062
else
@@ -70,6 +72,8 @@ let
7072
gettext
7173
installShellFiles
7274
setuptools
75+
setuptools-scm
76+
pip
7377
]
7478
++ lib.optionals rustSupport [
7579
rustPlatform.cargoSetupHook

0 commit comments

Comments
 (0)