guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: Mercurial: Update to 5.0


From: guix-commits
Subject: 07/07: gnu: Mercurial: Update to 5.0
Date: Thu, 9 May 2019 06:11:48 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 4506018e282a92e62a0b57fd2e8985a3088e0256
Author: Josh Holland <address@hidden>
Date:   Thu May 9 00:01:42 2019 +0100

    gnu: Mercurial: Update to 5.0
    
    * gnu/packages/version-control.scm (mercurial): Update to 5.0.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 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 6988fa4..ee28e93 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1223,14 +1223,14 @@ control to Git repositories.")
 (define-public mercurial
   (package
     (name "mercurial")
-    (version "4.7.2")
+    (version "5.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://www.mercurial-scm.org/";
                                  "release/mercurial-" version ".tar.gz"))
              (sha256
               (base32
-               "1yq9r8s9jzj8hk2yizjk25s4w16yx9b8mbdj6wp8ld7j2r15kw4p"))))
+               "0akivl76sb4q2s42zncrm8jcsn86718wdcngfcw8i6wd2fh7dv2l"))))
     (build-system python-build-system)
     (arguments
      `(;; Restrict to Python 2, as Python 3 would require



reply via email to

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