guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Mercurial: Update to 4.7.2.


From: Leo Famulari
Subject: 01/01: gnu: Mercurial: Update to 4.7.2.
Date: Thu, 25 Oct 2018 20:01:14 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit dea0178fb139c432297889493c911daa24261abd
Author: Leo Famulari <address@hidden>
Date:   Thu Oct 25 19:46:49 2018 -0400

    gnu: Mercurial: Update to 4.7.2.
    
    * gnu/packages/version-control.scm (mercurial): Update to 4.7.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 14a18c8..44b9769 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1119,14 +1119,14 @@ control to Git repositories.")
 (define-public mercurial
   (package
     (name "mercurial")
-    (version "4.6.2")
+    (version "4.7.2")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://www.mercurial-scm.org/";
                                  "release/mercurial-" version ".tar.gz"))
              (sha256
               (base32
-               "1bv6wgcdx8glihjjfg22khhc52mclsn4kwfqvzbzlg0b42h4xl0w"))))
+               "1yq9r8s9jzj8hk2yizjk25s4w16yx9b8mbdj6wp8ld7j2r15kw4p"))))
     (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]