guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: mercurial: Update to 4.2.1.


From: Ludovic Courtès
Subject: 01/03: gnu: mercurial: Update to 4.2.1.
Date: Sun, 11 Jun 2017 17:12:49 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit c580ff672425ad7cd6a388178fa5857b6aa15d5f
Author: eacces <address@hidden>
Date:   Fri Jun 9 16:25:59 2017 +1000

    gnu: mercurial: Update to 4.2.1.
    
    * gnu/packages/version-control.scm (mercurial): Update to 4.2.1.
    
    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 cd2576c..953440a 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -701,14 +701,14 @@ control to Git repositories.")
 (define-public mercurial
   (package
     (name "mercurial")
-    (version "3.9")
+    (version "4.2.1")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://www.mercurial-scm.org/";
                                  "release/mercurial-" version ".tar.gz"))
              (sha256
               (base32
-               "1g6svg7fc1kyaxq653iwsvdh8hp2lrhs2ywazfc436a4zzf2akw3"))))
+               "182qh6d0srps2n5sydzy8n3gi78la6m0wi3846zpyyd0b8pmgmfp"))))
     (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]