GNU bug report logs - #32962
[PATCH] gnu: mercurial: Update to 4.6.2.

Previous Next

Package: guix-patches;

Reported by: fis trivial <ybbs.daans <at> hotmail.com>

Date: Sun, 7 Oct 2018 09:04:01 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

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: fis trivial <ybbs.daans <at> hotmail.com>
Subject: bug#32962: closed (Re: [bug#32962] [PATCH] gnu: mercurial: Update
 to 4.6.2.)
Date: Sun, 07 Oct 2018 10:12:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#32962: [PATCH] gnu: mercurial: Update to 4.6.2.

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 32962 <at> debbugs.gnu.org.

-- 
32962: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32962
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Efraim Flashner <efraim <at> flashner.co.il>
To: fis trivial <ybbs.daans <at> hotmail.com>
Cc: 32962-done <at> debbugs.gnu.org
Subject: Re: [bug#32962] [PATCH] gnu: mercurial: Update to 4.6.2.
Date: Sun, 7 Oct 2018 13:11:36 +0300
[Message part 3 (text/plain, inline)]
Pushed as c8a99ab9112b6a671b15766301f03e428108c4eb

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: fis trivial <ybbs.daans <at> hotmail.com>
To: "guix-patches <at> gnu.org" <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: mercurial: Update to 4.6.2.
Date: Sun, 7 Oct 2018 09:03:40 +0000
* gnu/packages/version-control.scm (mercurial): Update to 4.6.2.
---
 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 00d7e1f18..528d117e2 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1119,14 +1119,14 @@ control to Git repositories.")
 (define-public mercurial
   (package
     (name "mercurial")
-    (version "4.4.1")
+    (version "4.6.2")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://www.mercurial-scm.org/"
                                  "release/mercurial-" version ".tar.gz"))
              (sha256
               (base32
-               "0ik2ypzxjr6vpcghxvn39a73gw52629n7vwak04gnbycsq95aalg"))))
+               "1bv6wgcdx8glihjjfg22khhc52mclsn4kwfqvzbzlg0b42h4xl0w"))))
     (build-system python-build-system)
     (arguments
      `(;; Restrict to Python 2, as Python 3 would require
--
2.19.0



This bug report was last modified 6 years and 289 days ago.

Previous Next


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