GNU bug report logs - #59079
[PATCH] gnu: rlwrap: Update to 0.46.1.

Previous Next

Package: guix-patches;

Reported by: Hilton Chain <hako <at> ultrarare.space>

Date: Sun, 6 Nov 2022 13:58:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

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: Hilton Chain <hako <at> ultrarare.space>
Subject: bug#59079: closed (Re: [bug#59079] [PATCH v2] gnu: rlwrap: Update
 to 0.46.1.)
Date: Mon, 07 Nov 2022 20:03:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#59079: [PATCH] gnu: rlwrap: Update to 0.46.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 59079 <at> debbugs.gnu.org.

-- 
59079: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59079
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Hilton Chain <hako <at> ultrarare.space>
Cc: "\(" <paren <at> disroot.org>, guix-patches <at> gnu.org, 59079-done <at> debbugs.gnu.org
Subject: Re: [bug#59079] [PATCH v2] gnu: rlwrap: Update to 0.46.1.
Date: Mon, 07 Nov 2022 21:02:25 +0100
[Message part 3 (text/plain, inline)]
Hilton Chain via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/readline.scm (rlwrap): Update to 0.46.1.
> ---
> v1 -> v2: Remove unneeded string-append.
> 😹 Didn't notice that, thank you!
>
>  gnu/packages/readline.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Thanks both, pushed to master as
e080080e6bcc323f20652ef76e1a6a2cd6f87dd5.

Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Hilton Chain <hako <at> ultrarare.space>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: rlwrap: Update to 0.46.1.
Date: Sun, 06 Nov 2022 21:56:42 +0800
* gnu/packages/readline.scm (rlwrap): Update to 0.46.1.
---
 gnu/packages/readline.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/readline.scm b/gnu/packages/readline.scm
index 5920f1c8e1..26d1e44810 100644
--- a/gnu/packages/readline.scm
+++ b/gnu/packages/readline.scm
@@ -143,16 +143,16 @@ (define-public readline-6.2
 (define-public rlwrap
   (package
     (name "rlwrap")
-    (version "0.45.2")
+    (version "0.46.1")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/hanslub42/rlwrap")
-             (commit (string-append "v" version))))
+             (commit (string-append version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1irlcdvj1ddxkfzwa7l2djxgp5xbqch9vaajk2s32x1h5cxl1f5r"))))
+        (base32 "0shck0hb3jssk5l2pfylxgwrhlkwydj2ld6j7qk2ns2zviymg8n8"))))
     (build-system gnu-build-system)
     (native-inputs
      (list autoconf automake perl))
-- 
2.38.0




This bug report was last modified 2 years and 194 days ago.

Previous Next


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