From 3ed134c4a775619abce9119c6378c7da5ab705c7 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 3 Nov 2019 00:45:46 +0100 Subject: gnu: loksh: Update to 6.6. * gnu/packages/shells.scm (loksh): Update to 6.6. --- gnu/packages/shells.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/shells.scm') 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) -- cgit v1.2.3