gnu: libedit: Update to 20150325-3.1.

* gnu/packages/libedit.scm (libedit): Update to 20150325-3.1.
master
Ricardo Wurmus 2015-08-24 14:19:53 +02:00
parent f8f3bef6aa
commit 0fd53ed634
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
(define-public libedit
(package
(name "libedit")
(version "20141030-3.1")
(version "20150325-3.1")
(source
(origin
(method url-fetch)
@ -34,7 +34,7 @@
"/" name "-" version ".tar.gz"))
(sha256
(base32
"0h2svwfcdldpbg0fy7fnkld706r2a9k9h1mm0yj7z3zvf1jy20cp"))))
"1if8zi9h52m80ck796an28rrqfljk2n8cn25m3fl0prwz155x2n8"))))
(build-system gnu-build-system)
(inputs
`(("ncurses" ,ncurses)))