diff options
| author | Arne Babenhauserheide <arne_bab@web.de> | 2024-04-13 14:58:08 +0200 |
|---|---|---|
| committer | Greg Hogan <code@greghogan.com> | 2025-03-10 17:06:26 +0000 |
| commit | 78f8266056c305e115b310fa6f06f72d42967eb0 (patch) | |
| tree | 0d3d6333b0cebb85d4a40a0ab847bb64935e5ab7 /gnu/packages/version-control.scm | |
| parent | 519fc51b6ecfe9ac9f2fa2f4ae052ab1984eed22 (diff) | |
gnu: mercurial: Update to 6.7.2.
* gnu/packages/version-control.scm (mercurial): Update to 6.7.2.
[source]<origin>(patches): Remove mercurial-openssl-compat.patch.
* gnu/packages/patches/mercurial-hg-extension-path.patch: adapt for
mercurial 6.7.2.
* gnu/packages/patches/mercurial-openssl-compat.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Unregister it.
Change-Id: I1e22d7f38e264576bfa3adef7004fef582a1137e
Signed-off-by: Greg Hogan <code@greghogan.com>
Diffstat (limited to 'gnu/packages/version-control.scm')
| -rw-r--r-- | gnu/packages/version-control.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 9ecb5cf98a6..8286a4e8804 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -2596,16 +2596,15 @@ execution of any hook written in any language before every commit.") (define-public mercurial (package (name "mercurial") - (version "6.2.2") + (version "6.7.2") (source (origin (method url-fetch) (uri (string-append "https://www.mercurial-scm.org/" "release/mercurial-" version ".tar.gz")) - (patches (search-patches "mercurial-hg-extension-path.patch" - "mercurial-openssl-compat.patch")) + (patches (search-patches "mercurial-hg-extension-path.patch")) (sha256 (base32 - "1pr00hdk3l9095fhq6302fgj0wmbqhqs93y4r457ba4pyjjrvyly")) + "01nqvp3cvidlz9z5vm05vpq81r6x10jwwfcaz0gw9anz0l60f8hw")) (modules '((guix build utils))) (snippet '(substitute* (find-files "tests" "\\.(t|sh)$") |
