unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#27293: [PATCH] gnu: mercurial: Update to 4.2.1.
@ 2017-06-09  6:25 eacces
  2017-06-09 14:37 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: eacces @ 2017-06-09  6:25 UTC (permalink / raw)
  To: 27293

* gnu/packages/version-control.scm (mercurial): Update to 4.2.1.
---
 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 cd2576c51..953440a6f 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
-- 
2.13.1

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

* bug#27293: [PATCH] gnu: mercurial: Update to 4.2.1.
  2017-06-09  6:25 bug#27293: [PATCH] gnu: mercurial: Update to 4.2.1 eacces
@ 2017-06-09 14:37 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-06-09 14:37 UTC (permalink / raw)
  To: eacces; +Cc: 27293-done

eacces <eacces@fastmail.com> skribis:

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

Applied, thanks!

Ludo’.

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

end of thread, other threads:[~2017-06-09 14:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-09  6:25 bug#27293: [PATCH] gnu: mercurial: Update to 4.2.1 eacces
2017-06-09 14:37 ` 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).