guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: mercurial: Update to 3.7.2.


From: Efraim Flashner
Subject: 01/02: gnu: mercurial: Update to 3.7.2.
Date: Wed, 16 Mar 2016 03:47:25 +0000

efraim pushed a commit to branch master
in repository guix.

commit 5575917d13a9c48b7782acc49c4ebcd82ce66701
Author: Efraim Flashner <address@hidden>
Date:   Tue Mar 15 22:16:30 2016 +0200

    gnu: mercurial: Update to 3.7.2.
    
    * gnu/packages/version-control.scm (mercurial): Update to 3.7.2.
    [source]: Update to mercurial-scm.org.
    [home-page]: Same.
---
 gnu/packages/version-control.scm |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 0996e2d..6fd5570 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -545,14 +545,14 @@ control to Git repositories.")
 (define-public mercurial
   (package
     (name "mercurial")
-    (version "3.2.4")
+    (version "3.7.2")
     (source (origin
              (method url-fetch)
-             (uri (string-append 
"https://mercurial.selenic.com/release/mercurial-";
-                                 version ".tar.gz"))
+             (uri (string-append "https://www.mercurial-scm.org/";
+                                 "release/mercurial-" version ".tar.gz"))
              (sha256
               (base32
-               "1g7nfvapxj5k44dyp0p08v37s0zmrj2vl0rjgfd8297x0afidm08"))))
+               "0ykdvj7k4yxiwbfk0gnrq2flmdlf2cracsvqn3vr7nxhda6l7aav"))))
     (build-system python-build-system)
     (arguments
      `(;; Restrict to Python 2, as Python 3 would require
@@ -561,7 +561,7 @@ control to Git repositories.")
        ;; FIXME: Disabled tests because they require the nose unit
        ;; testing framework: https://nose.readthedocs.org/en/latest/ .
        #:tests? #f))
-    (home-page "http://mercurial.selenic.com";)
+    (home-page "https://www.mercurial-scm.org/";)
     (synopsis "Decentralized version control system")
     (description
      "Mercurial is a free, distributed source control management tool.



reply via email to

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