diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-03 00:45:46 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-03 00:51:58 +0100 |
commit | 3ed134c4a775619abce9119c6378c7da5ab705c7 (patch) | |
tree | 3e5c7305594922247a7baeec1f0280c07493c5a8 /gnu | |
parent | 9b4510910f4766a21309936efc05f0ca9ed334e3 (diff) | |
download | guix-3ed134c4a775619abce9119c6378c7da5ab705c7.tar guix-3ed134c4a775619abce9119c6378c7da5ab705c7.tar.gz |
gnu: loksh: Update to 6.6.
* gnu/packages/shells.scm (loksh): Update to 6.6.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/shells.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 0579c167fc..40a59635b1 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -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) |