diff options
author | Tobias Geerinckx-Rice <[email protected]> | 2018-02-11 03:06:57 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <[email protected]> | 2018-02-11 03:06:57 +0100 |
commit | 6a517548e69ad17b6e7ab9873d1021cb728f35ac (patch) | |
tree | bfc33417ebb43453b7b96675c86d28b0cdffb69c | |
parent | 0de57b446c16ea9fc449b5ff34eadf6132b96049 (diff) |
gnu: loksh: Update to 6.2.
* gnu/packages/shells.scm (loksh): Update to 6.2.
-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 80202e6814..f4a38b8779 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 Tobias Geerinckx-Rice <[email protected]> +;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <[email protected]> ;;; Copyright © 2016 Stefan Reichör <[email protected]> ;;; Copyright © 2017 Ricardo Wurmus <[email protected]> ;;; Copyright © 2017, 2018 ng0 <[email protected]> @@ -573,7 +573,7 @@ The OpenBSD Korn Shell is a cleaned up and enhanced ksh.") (define-public loksh (package (name "loksh") - (version "6.1") + (version "6.2") (source (origin (method url-fetch) @@ -582,7 +582,7 @@ The OpenBSD Korn Shell is a cleaned up and enhanced ksh.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1wg7ds56yr8fgg1m149bi53bvrwccwiashmwknggza1sqgj9m2lq")))) + "16mgxby77wgjg1ybp4fb9cvi7a4a387xmfivdxnhphg0vhyr8qd3")))) (build-system gnu-build-system) (inputs `(("libbsd" ,libbsd))) |