mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: libedit: Update to 20180525-3.1.
* gnu/packages/libedit.scm (libedit): Update to 20180525-3.1.
This commit is contained in:
parent
7727f91f44
commit
57b1dba116
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ (define-module (gnu packages libedit)
|
|||
(define-public libedit
|
||||
(package
|
||||
(name "libedit")
|
||||
(version "20170329-3.1")
|
||||
(version "20180525-3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -36,7 +36,7 @@ (define-public libedit
|
|||
"/" name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1gnlgl0x8g9ky59s70nriy5gv47676d1s4ypvbv8y11apl7xkwli"))))
|
||||
"05iicng4kag5hxdc7adbyj1gm3qbmvcc33m9cyx5gys0s67yl6y4"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("ncurses" ,ncurses)))
|
||||
|
|
Loading…
Reference in a new issue