guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 01/02: gnu: mercurial: Update to 5.3.1.
Date: Fri, 6 Mar 2020 12:43:22 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit a125397a4bfbc1a2be126f7863610803a3e976b6
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Mar 6 11:14:28 2020 +0100

    gnu: mercurial: Update to 5.3.1.
    
    * gnu/packages/version-control.scm (mercurial): Update to 5.3.1.
    [native-inputs]: Add WHICH.
---
 gnu/packages/version-control.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 514dfe7..74f26c0 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1320,14 +1320,14 @@ control to Git repositories.")
 (define-public mercurial
   (package
     (name "mercurial")
-    (version "5.2.1")
+    (version "5.3.1")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://www.mercurial-scm.org/";
                                  "release/mercurial-" version ".tar.gz"))
              (sha256
               (base32
-               "1pxkd37b0a1mi2zakk1hi122lgz1ffy2fxdnbs8acwlqpw55bc8q"))))
+               "1nbjpzjrzgql4hrvslpxwbcgn885ikq6ba1yb4w6p78rw9nzkhgp"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -1369,7 +1369,8 @@ control to Git repositories.")
     ;; The following inputs are only needed to run the tests.
     (native-inputs
      `(("python-nose" ,python-nose)
-       ("unzip" ,unzip)))
+       ("unzip" ,unzip)
+       ("which" ,which)))
     (home-page "https://www.mercurial-scm.org/";)
     (synopsis "Decentralized version control system")
     (description



reply via email to

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