gnu: rlwrap: Update to 0.45.2.
* gnu/packages/readline.scm (rlwrap): Update to 0.45.2.master
parent
fb0e5874ec
commit
45e590d74a
|
@ -146,7 +146,7 @@ comfortable for anyone.")
|
||||||
(define-public rlwrap
|
(define-public rlwrap
|
||||||
(package
|
(package
|
||||||
(name "rlwrap")
|
(name "rlwrap")
|
||||||
(version "0.45.1")
|
(version "0.45.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -155,7 +155,7 @@ comfortable for anyone.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0shf59mkql584a0p449psnbr26bfik5pizg4vsa75g4gbi6mn4r7"))))
|
(base32 "1irlcdvj1ddxkfzwa7l2djxgp5xbqch9vaajk2s32x1h5cxl1f5r"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
|
|
Reference in New Issue