mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: rlwrap: Update to 0.46.1.
* gnu/packages/readline.scm (rlwrap): Update to 0.46.1. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
da21c5d45f
commit
e080080e6b
1 changed files with 3 additions and 3 deletions
|
@ -143,16 +143,16 @@ (define-public readline-6.2
|
||||||
(define-public rlwrap
|
(define-public rlwrap
|
||||||
(package
|
(package
|
||||||
(name "rlwrap")
|
(name "rlwrap")
|
||||||
(version "0.45.2")
|
(version "0.46.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/hanslub42/rlwrap")
|
(url "https://github.com/hanslub42/rlwrap")
|
||||||
(commit (string-append "v" version))))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1irlcdvj1ddxkfzwa7l2djxgp5xbqch9vaajk2s32x1h5cxl1f5r"))))
|
(base32 "0shck0hb3jssk5l2pfylxgwrhlkwydj2ld6j7qk2ns2zviymg8n8"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf automake perl))
|
(list autoconf automake perl))
|
||||||
|
|
Loading…
Reference in a new issue