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.8.4.


From: Efraim Flashner
Subject: 01/02: gnu: mercurial: Update to 3.8.4.
Date: Sun, 3 Jul 2016 11:16:44 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 94d8726bfb842bb59048c37d279e12dbcd787085
Author: Efraim Flashner <address@hidden>
Date:   Sun Jul 3 14:08:26 2016 +0300

    gnu: mercurial: Update to 3.8.4.
    
    * gnu/packages/version-control.scm (mercurial): Update to 3.8.4.
---
 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 2b2076c..a7e61a4 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -606,14 +606,14 @@ control to Git repositories.")
 (define-public mercurial
   (package
     (name "mercurial")
-    (version "3.8.1")
+    (version "3.8.4")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://www.mercurial-scm.org/";
                                  "release/mercurial-" version ".tar.gz"))
              (sha256
               (base32
-               "156m6269xdqq7mpw01c6b065k29xnb8b9lyzn1b0nlz5il2izkps"))))
+               "19ixvxgifx48lxp9vdmsf88nnjsxl035ahmp3iw1vyilkpqkwbjb"))))
     (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]