diff options
Diffstat (limited to 'gnu/packages/shells.scm')
-rw-r--r-- | gnu/packages/shells.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 2c6642f727..9ed983db98 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -3,7 +3,7 @@ ;;; Copyright © 2014, 2015 David Thompson <[email protected]> ;;; Copyright © 2014 Kevin Lemonnier <[email protected]> ;;; Copyright © 2015 Jeff Mickey <[email protected]> -;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <[email protected]> +;;; Copyright © 2016, 2017, 2018, 2019 Tobias Geerinckx-Rice <[email protected]> ;;; Copyright © 2016 Stefan Reichör <[email protected]> ;;; Copyright © 2017, 2018 Ricardo Wurmus <[email protected]> ;;; Copyright © 2017, 2018 ng0 <[email protected]> @@ -671,7 +671,7 @@ The OpenBSD Korn Shell is a cleaned up and enhanced ksh.") (define-public loksh (package (name "loksh") - (version "6.4") + (version "6.5") (source (origin (method git-fetch) @@ -680,7 +680,7 @@ The OpenBSD Korn Shell is a cleaned up and enhanced ksh.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1d92cf5iadj1vwg0wwksaq1691zaxjrd2y4qygj4sdd25zsahj6p")))) + (base32 "01ra64zm1ryb4jsbmh8c3fjaymyy1992hzpm6iydbfxn1sjdihha")))) (build-system gnu-build-system) (inputs `(("libbsd" ,libbsd) |