GNU bug report logs -
#59079
[PATCH] gnu: rlwrap: Update to 0.46.1.
Previous Next
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
* 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 195 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.