From dcd1c17973b1e83dc7642c7a3dd2cfde043cd724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Thu, 30 Oct 2025 17:46:46 +0100 Subject: [PATCH] gnu: loksh: Update to 7.8. * gnu/packages/shells.scm (loksh): Update to 7.8. 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 8c40b60a83327f707e0f585aa691ff532cc7677e..b4ac9289bfdf77dd51fc76db95cf2a359effc14a 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -916,7 +916,7 @@ and aims to be maximally portable across operating systems and C compilers.") (define-public loksh (package (name "loksh") - (version "7.7") + (version "7.8") (source (origin (method git-fetch) (uri (git-reference @@ -928,7 +928,7 @@ and aims to be maximally portable across operating systems and C compilers.") (file-name (git-file-name name version)) (sha256 (base32 - "1dv2rlp806xcd0k3r4g5mjb3dm7fhqxfq5b31zjx6gqiki4kn507")))) + "1x5kg01r0k7g825ia71f8an6585azba8x5khwdvq4dmnib11vakm")))) (build-system meson-build-system) (inputs (list ncurses)) (native-inputs (list pkg-config))