mbakke pushed a commit to branch master
in repository guix.
commit e916bc6703b224fb7eeb36cfb720e148fce0e7d2
Author: Marius Bakke <[email protected]>
AuthorDate: Sun Sep 11 00:22:01 2022 +0200
gnu: mercurial: Update to 6.2.2.
* gnu/packages/version-control.scm (mercurial): Update to 6.2.2.
---
gnu/packages/version-control.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index a731e1236c..ad3029e814 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -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)$")