GNU bug report logs - #27293
[PATCH] gnu: mercurial: Update to 4.2.1.

Previous Next

Package: guix-patches;

Reported by: eacces <eacces <at> fastmail.com>

Date: Fri, 9 Jun 2017 06:47:01 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: eacces <eacces <at> fastmail.com>
Subject: bug#27293: closed (Re: bug#27293: [PATCH] gnu: mercurial: Update
 to 4.2.1.)
Date: Fri, 09 Jun 2017 14:38:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#27293: [PATCH] gnu: mercurial: Update to 4.2.1.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 27293 <at> debbugs.gnu.org.

-- 
27293: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27293
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: eacces <eacces <at> fastmail.com>
Cc: 27293-done <at> debbugs.gnu.org
Subject: Re: bug#27293: [PATCH] gnu: mercurial: Update to 4.2.1.
Date: Fri, 09 Jun 2017 16:37:05 +0200
eacces <eacces <at> fastmail.com> skribis:

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

Applied, thanks!

Ludo’.

[Message part 3 (message/rfc822, inline)]
From: eacces <eacces <at> fastmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: mercurial: Update to 4.2.1.
Date: Fri,  9 Jun 2017 16:25:59 +1000
* 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




This bug report was last modified 8 years and 43 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.