gnu: loksh: Update to 6.4.

* gnu/packages/shells.scm (loksh): Update to 6.4.
[inputs]: Add ncurses.
This commit is contained in:
Tobias Geerinckx-Rice 2018-10-24 05:52:54 +02:00
parent e5d757709a
commit 716cd19ad2
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -569,7 +569,7 @@ The OpenBSD Korn Shell is a cleaned up and enhanced ksh.")
(define-public loksh
(package
(name "loksh")
(version "6.3")
(version "6.4")
(source
(origin
(method git-fetch)
@ -578,10 +578,11 @@ The OpenBSD Korn Shell is a cleaned up and enhanced ksh.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0hx57y73g807x321wpa6sr0vvw6igwhaq88rrdryjjbw6p4k0vcc"))))
(base32 "1d92cf5iadj1vwg0wwksaq1691zaxjrd2y4qygj4sdd25zsahj6p"))))
(build-system gnu-build-system)
(inputs
`(("libbsd" ,libbsd)))
`(("libbsd" ,libbsd)
("ncurses" ,ncurses)))
(native-inputs
`(("pkg-config" ,pkg-config)))
(arguments