~ruther/guix-local

4c5bb783672947bd23d618d8895779d4ffbd35bf — Ashish SHUKLA 10 months ago cd29c06
gnu: rlwrap: Update to 0.46.2.

* gnu/packages/readline.scm (rlwrap): Update to 0.46.2.

Change-Id: I1e5a34caec94519f59777557231ccbf623aa61df
Signed-off-by: Andreas Enge <andreas@enge.fr>
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/readline.scm
M gnu/packages/readline.scm => gnu/packages/readline.scm +3 -3
@@ 165,16 165,16 @@ comfortable for anyone.")
(define-public rlwrap
  (package
    (name "rlwrap")
    (version "0.46.1")
    (version "0.46.2")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/hanslub42/rlwrap")
             (commit version)))
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0shck0hb3jssk5l2pfylxgwrhlkwydj2ld6j7qk2ns2zviymg8n8"))))
        (base32 "0mp3rhq8qifj0gr31qi5sh10ixlpvqv3vi4miaf61v1xiphvd6nk"))))
    (build-system gnu-build-system)
    (native-inputs
     (list autoconf automake perl))