gnu: mercurial: Update to 6.2.2.

* gnu/packages/version-control.scm (mercurial): Update to 6.2.2.
This commit is contained in:
Marius Bakke 2022-09-11 00:22:01 +02:00
parent 003fdf0a9d
commit e916bc6703
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -1736,7 +1736,7 @@ execution of any hook written in any language before every commit.")
(define-public mercurial
(package
(name "mercurial")
(version "6.2.1")
(version "6.2.2")
(source (origin
(method url-fetch)
(uri (string-append "https://www.mercurial-scm.org/"
@ -1745,7 +1745,7 @@ execution of any hook written in any language before every commit.")
"mercurial-openssl-compat.patch"))
(sha256
(base32
"1nl2726szaxyrxlyssrsir5c6vb4ci0i6g969i6xaahw1nidgica"))
"1pr00hdk3l9095fhq6302fgj0wmbqhqs93y4r457ba4pyjjrvyly"))
(modules '((guix build utils)))
(snippet
'(substitute* (find-files "tests" "\\.(t|sh)$")