gnu: libedit: Update to 20180525-3.1.

* gnu/packages/libedit.scm (libedit): Update to 20180525-3.1.
master
Marius Bakke 2018-06-12 11:01:40 +02:00
parent 7727f91f44
commit 57b1dba116
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
(define-public libedit (define-public libedit
(package (package
(name "libedit") (name "libedit")
(version "20170329-3.1") (version "20180525-3.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -36,7 +36,7 @@
"/" name "-" version ".tar.gz")) "/" name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1gnlgl0x8g9ky59s70nriy5gv47676d1s4ypvbv8y11apl7xkwli")))) "05iicng4kag5hxdc7adbyj1gm3qbmvcc33m9cyx5gys0s67yl6y4"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("ncurses" ,ncurses))) `(("ncurses" ,ncurses)))