3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: libedit: Update to 20150325-3.1.

* gnu/packages/libedit.scm (libedit): Update to 20150325-3.1.
This commit is contained in:
Ricardo Wurmus 2015-08-24 14:19:53 +02:00
parent f8f3bef6aa
commit 0fd53ed634

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)))