unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#35643] [PATCH] gnu: Mercurial: Update to 5.0
@ 2019-05-08 23:01 Josh Holland
  2019-05-09 10:11 ` bug#35643: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Josh Holland @ 2019-05-08 23:01 UTC (permalink / raw)
  To: 35643; +Cc: Josh Holland

* gnu/packages/version-control.scm (mercurial): Update to 5.0.
---
 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 6988fa4fe2..ee28e9307d 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1223,14 +1223,14 @@ control to Git repositories.")
 (define-public mercurial
   (package
     (name "mercurial")
-    (version "4.7.2")
+    (version "5.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://www.mercurial-scm.org/"
                                  "release/mercurial-" version ".tar.gz"))
              (sha256
               (base32
-               "1yq9r8s9jzj8hk2yizjk25s4w16yx9b8mbdj6wp8ld7j2r15kw4p"))))
+               "0akivl76sb4q2s42zncrm8jcsn86718wdcngfcw8i6wd2fh7dv2l"))))
     (build-system python-build-system)
     (arguments
      `(;; Restrict to Python 2, as Python 3 would require
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#35643: [PATCH] gnu: Mercurial: Update to 5.0
  2019-05-08 23:01 [bug#35643] [PATCH] gnu: Mercurial: Update to 5.0 Josh Holland
@ 2019-05-09 10:11 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-05-09 10:11 UTC (permalink / raw)
  To: Josh Holland; +Cc: 35643-done

Hello,

Josh Holland <josh@inv.alid.pw> skribis:

> * gnu/packages/version-control.scm (mercurial): Update to 5.0.

Applied, thank you!

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-05-09 10:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-08 23:01 [bug#35643] [PATCH] gnu: Mercurial: Update to 5.0 Josh Holland
2019-05-09 10:11 ` bug#35643: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).