gnu: libedit: Update to 20191025-3.1.
* gnu/packages/libedit.scm (libedit): Update to 20191025-3.1.
This commit is contained in:
parent
a26b73b6fc
commit
bd189ebcc5
1 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||||
|
|
Reference in a new issue