guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: mercurial: Update to 4.4.1.


From: Marius Bakke
Subject: 03/05: gnu: mercurial: Update to 4.4.1.
Date: Tue, 7 Nov 2017 15:25:32 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 38ad27da807077c953d19ab655ce57c124437b0c
Author: Marius Bakke <address@hidden>
Date:   Tue Nov 7 20:23:29 2017 +0100

    gnu: mercurial: Update to 4.4.1.
    
    * gnu/packages/version-control.scm (mercurial): Update to 4.4.1.
---
 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 af880c2..7f50af1 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -851,14 +851,14 @@ control to Git repositories.")
 (define-public mercurial
   (package
     (name "mercurial")
-    (version "4.2.3")
+    (version "4.4.1")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://www.mercurial-scm.org/";
                                  "release/mercurial-" version ".tar.gz"))
              (sha256
               (base32
-               "1b7p3z8lin6hyyzkskskp065qnyfxid2yxnjygni0n4yv33qz404"))))
+               "0ik2ypzxjr6vpcghxvn39a73gw52629n7vwak04gnbycsq95aalg"))))
     (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]