[PATCH] gnu: loksh: Update to 7.6.

  • Done
  • quality assurance status badge
Details
2 participants
  • jgart
  • soeren
Owner
unassigned
Submitted by
soeren
Severity
normal

Debbugs page

S
S
soeren wrote 5 days ago
(address . guix-patches@gnu.org)
6bd9e9716b7ace371127bac4e3c479a574fafd12.1736072778.git.soeren@soeren-tempel.net
From: Sören Tempel <soeren@soeren-tempel.net>

* gnu/packages/shells.scm (loksh): Update to 7.6.
---
gnu/packages/shells.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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 @@ (define-public oksh
(define-public loksh
(package
(name "loksh")
- (version "7.4")
+ (version "7.6")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -865,7 +865,7 @@ (define-public loksh
(file-name (git-file-name name version))
(sha256
(base32
- "0arbncmgs3wzkwlqzp5za8rwh9px2r5mn3i979rabc4cms1bs0l1"))))
+ "0ryvgf3pxdka04k44gwgi7cnkkxvh0rhhzl5abhfwynpgjnqpp27"))))
(build-system meson-build-system)
(inputs (list ncurses))
(native-inputs (list pkg-config))

base-commit: e383e8e34097b064d4baa4207673c6ba30617347
J
J
jgart wrote 5 days ago
(address . 75378-done@debbugs.gnu.org)(address . soeren@soeren-tempel.net)
877c78swp4.fsf@dismail.de
Hi, thanks for contributing to GNU Guix.

Applied!

--
all the best,
jgart
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 75378@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75378
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch