Archived
1
0
Fork 0

gnu: libedit: Update to 20191025-3.1.

* gnu/packages/libedit.scm (libedit): Update to 20191025-3.1.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-29 23:52:20 +01:00
parent a26b73b6fc
commit bd189ebcc5
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -29,14 +29,14 @@
(define-public libedit (define-public libedit
(package (package
(name "libedit") (name "libedit")
(version "20190324-3.1") (version "20191025-3.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://thrysoee.dk/editline" (uri (string-append "http://thrysoee.dk/editline"
"/libedit-" version ".tar.gz")) "/libedit-" version ".tar.gz"))
(sha256 (sha256
(base32 "1bhvp8xkkgrg89k4ci1k8vjl3nhb6szd4ghy9lp4jrfgq58hz3xc")))) (base32 "0fdznw6fklis39xqk30ihw8dl8kdw9fzq1z42jmbyy6lc1k07zvd"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("ncurses" ,ncurses))) `(("ncurses" ,ncurses)))