me
/
guix
Archived
1
0
Fork 0

gnu: libedit: Update to 20191025-3.1.

* gnu/packages/libedit.scm (libedit): Update to 20191025-3.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

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