guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: mercurial: Update to 5.8.1.


From: guix-commits
Subject: branch master updated: gnu: mercurial: Update to 5.8.1.
Date: Wed, 04 Aug 2021 04:47:21 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0cb2678  gnu: mercurial: Update to 5.8.1.
0cb2678 is described below

commit 0cb26784fa46f0b7981c35bb40ead5331ed06381
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Sat Jul 31 15:47:37 2021 +0200

    gnu: mercurial: Update to 5.8.1.
    
    * gnu/packages/version-control (mercurial): Update to 5.8.1.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 7c1dbe8..ac61b97 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1608,7 +1608,7 @@ execution of any hook written in any language before 
every commit.")
 (define-public mercurial
   (package
     (name "mercurial")
-    (version "5.8")
+    (version "5.8.1")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://www.mercurial-scm.org/";
@@ -1616,7 +1616,7 @@ execution of any hook written in any language before 
every commit.")
              (patches (search-patches "mercurial-hg-extension-path.patch"))
              (sha256
               (base32
-               "17rhlmmkqz5ll3k68jfzpcifg3nndbcbc2nx7kw8xn3qcj7nlpgw"))))
+               "16xi4bmjqzi7ig8sfa5mnypfpbbbiyafmmqrs4nxmgc743za7fl1"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]