diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-17 03:45:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-17 04:02:21 +0200 |
commit | 91653e074fb92981b9b1a89f1391aedac806e65a (patch) | |
tree | 2b2b04bd0a03c4b907e7843cd7ff5597d0af82fe /gnu/packages/shells.scm | |
parent | 87abf4a844dbdf3163749c6df731425d1d6c731b (diff) | |
download | patches-91653e074fb92981b9b1a89f1391aedac806e65a.tar patches-91653e074fb92981b9b1a89f1391aedac806e65a.tar.gz |
gnu: loksh: Update to 6.3.
* gnu/packages/shells.scm (loksh): Update to 6.3.
Diffstat (limited to 'gnu/packages/shells.scm')
-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 f5e7b7a7c0..8f3aa9b5f1 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -575,7 +575,7 @@ The OpenBSD Korn Shell is a cleaned up and enhanced ksh.") (define-public loksh (package (name "loksh") - (version "6.2") + (version "6.3") (source (origin (method url-fetch) @@ -584,7 +584,7 @@ The OpenBSD Korn Shell is a cleaned up and enhanced ksh.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "16mgxby77wgjg1ybp4fb9cvi7a4a387xmfivdxnhphg0vhyr8qd3")))) + "0i1b60g1p19s5cnzz0nmjzjnxywm9szzyp1rcwfcx3gmzvrwr2sc")))) (build-system gnu-build-system) (inputs `(("libbsd" ,libbsd))) |