gnu: loksh: Update to 6.5.

* gnu/packages/shells.scm (loksh): Update to 6.5.
This commit is contained in:
Tobias Geerinckx-Rice 2019-05-16 02:39:24 +02:00
parent f9f7e28bc4
commit d019c05a42
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
;;; Copyright © 2014, 2015 David Thompson <davet@gnu.org> ;;; Copyright © 2014, 2015 David Thompson <davet@gnu.org>
;;; Copyright © 2014 Kevin Lemonnier <lemonnierk@ulrar.net> ;;; Copyright © 2014 Kevin Lemonnier <lemonnierk@ulrar.net>
;;; Copyright © 2015 Jeff Mickey <j@codemac.net> ;;; Copyright © 2015 Jeff Mickey <j@codemac.net>
;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2016, 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2016 Stefan Reichör <stefan@xsteve.at> ;;; Copyright © 2016 Stefan Reichör <stefan@xsteve.at>
;;; Copyright © 2017, 2018 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2017, 2018 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2017, 2018 ng0 <ng0@n0.is> ;;; Copyright © 2017, 2018 ng0 <ng0@n0.is>
@ -671,7 +671,7 @@ The OpenBSD Korn Shell is a cleaned up and enhanced ksh.")
(define-public loksh (define-public loksh
(package (package
(name "loksh") (name "loksh")
(version "6.4") (version "6.5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -680,7 +680,7 @@ The OpenBSD Korn Shell is a cleaned up and enhanced ksh.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1d92cf5iadj1vwg0wwksaq1691zaxjrd2y4qygj4sdd25zsahj6p")))) (base32 "01ra64zm1ryb4jsbmh8c3fjaymyy1992hzpm6iydbfxn1sjdihha"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("libbsd" ,libbsd) `(("libbsd" ,libbsd)