From 3cdf7bec6b1caa808a7b498ea8ca4596ab1edfeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Sun, 4 May 2025 16:30:37 +0200 Subject: [PATCH] gnu: loksh: Update to 7.7. * gnu/packages/shells.scm (loksh): Update to 7.7. Signed-off-by: jgart --- gnu/packages/shells.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index e177a90de0..2742498f3e 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -842,7 +842,7 @@ and aims to be maximally portable across operating systems and C compilers.") (define-public loksh (package (name "loksh") - (version "7.6") + (version "7.7") (source (origin (method git-fetch) (uri (git-reference @@ -854,7 +854,7 @@ and aims to be maximally portable across operating systems and C compilers.") (file-name (git-file-name name version)) (sha256 (base32 - "0ryvgf3pxdka04k44gwgi7cnkkxvh0rhhzl5abhfwynpgjnqpp27")))) + "1dv2rlp806xcd0k3r4g5mjb3dm7fhqxfq5b31zjx6gqiki4kn507")))) (build-system meson-build-system) (inputs (list ncurses)) (native-inputs (list pkg-config))