mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: rlwrap: Update to 0.45.2.
* gnu/packages/readline.scm (rlwrap): Update to 0.45.2.
This commit is contained in:
parent
fb0e5874ec
commit
45e590d74a
1 changed files with 2 additions and 2 deletions
|
@ -146,7 +146,7 @@ (define-public readline-6.2
|
|||
(define-public rlwrap
|
||||
(package
|
||||
(name "rlwrap")
|
||||
(version "0.45.1")
|
||||
(version "0.45.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -155,7 +155,7 @@ (define-public rlwrap
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0shf59mkql584a0p449psnbr26bfik5pizg4vsa75g4gbi6mn4r7"))))
|
||||
(base32 "1irlcdvj1ddxkfzwa7l2djxgp5xbqch9vaajk2s32x1h5cxl1f5r"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
|
|
Loading…
Reference in a new issue