3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: loksh: Update to 6.6.

* gnu/packages/shells.scm (loksh): Update to 6.6.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-03 00:45:46 +01:00
parent 9b4510910f
commit 3ed134c4a7
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -673,7 +673,7 @@ The OpenBSD Korn Shell is a cleaned up and enhanced ksh.")
(define-public loksh
(package
(name "loksh")
(version "6.5")
(version "6.6")
(source
(origin
(method git-fetch)
@ -682,7 +682,7 @@ The OpenBSD Korn Shell is a cleaned up and enhanced ksh.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "01ra64zm1ryb4jsbmh8c3fjaymyy1992hzpm6iydbfxn1sjdihha"))))
(base32 "1a8s64n97ikvvi7ckirxnnjvcmhr3dd4rnqm2ivapyzb0wp42jk7"))))
(build-system gnu-build-system)
(inputs
`(("libbsd" ,libbsd)