gnu: mercurial: Update to 6.2.2.
* gnu/packages/version-control.scm (mercurial): Update to 6.2.2.
This commit is contained in:
parent
003fdf0a9d
commit
e916bc6703
@ -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)$")
|
||||
|
Loading…
Reference in New Issue
Block a user