File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
pkgs/by-name/me/mercurial Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 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" ;
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
7072 gettext
7173 installShellFiles
7274 setuptools
75+ setuptools-scm
76+ pip
7377 ]
7478 ++ lib . optionals rustSupport [
7579 rustPlatform . cargoSetupHook
You can’t perform that action at this time.
0 commit comments