guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: mercurial: Update to 3.2.4.


From: Ludovic Courtès
Subject: 01/04: gnu: mercurial: Update to 3.2.4.
Date: Thu, 15 Jan 2015 22:10:14 +0000

civodul pushed a commit to branch master
in repository guix.

commit 52958f0dfd098249357cc0b66974bde5e45193e5
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jan 15 14:47:22 2015 +0100

    gnu: mercurial: Update to 3.2.4.
    
    * gnu/packages/version-control.scm (mercurial): Update to 3.2.4.
---
 gnu/packages/version-control.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index dd41794..53e3be7 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -384,14 +384,14 @@ also walk each side of a merge and test those changes 
individually.")
 (define-public mercurial
   (package
     (name "mercurial")
-    (version "2.7.1")
+    (version "3.2.4")
     (source (origin
              (method url-fetch)
              (uri (string-append 
"http://mercurial.selenic.com/release/mercurial-";
                                  version ".tar.gz"))
              (sha256
               (base32
-               "121m8f7vmipmdg00cnzdz2rjkgydh28mwfirqkrbs5fv089vywl4"))))
+               "1g7nfvapxj5k44dyp0p08v37s0zmrj2vl0rjgfd8297x0afidm08"))))
     (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]