This is an automated email from the git hooks/post-receive script.
jgart pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 0cc7140cdd gnu: loksh: Update to 7.6.
0cc7140cdd is described below
commit 0cc7140cdd8d32177a95770f3a8ae3d0219160d4
Author: Sören Tempel <[email protected]>
AuthorDate: Sun Jan 5 11:26:18 2025 +0100
gnu: loksh: Update to 7.6.
* gnu/packages/shells.scm (loksh): Update to 7.6.
Signed-off-by: jgart <[email protected]>
---
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 e8f5243569..dc011f6970 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -853,7 +853,7 @@ and aims to be maximally portable across operating systems
and C compilers.")
(define-public loksh
(package
(name "loksh")
- (version "7.4")
+ (version "7.6")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -865,7 +865,7 @@ and aims to be maximally portable across operating systems
and C compilers.")
(file-name (git-file-name name version))
(sha256
(base32
- "0arbncmgs3wzkwlqzp5za8rwh9px2r5mn3i979rabc4cms1bs0l1"))))
+ "0ryvgf3pxdka04k44gwgi7cnkkxvh0rhhzl5abhfwynpgjnqpp27"))))
(build-system meson-build-system)
(inputs (list ncurses))
(native-inputs (list pkg-config))