all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: soeren@soeren-tempel.net
To: 75378@debbugs.gnu.org
Subject: [bug#75378] [PATCH] gnu: loksh: Update to 7.6.
Date: Sun,  5 Jan 2025 11:26:18 +0100	[thread overview]
Message-ID: <6bd9e9716b7ace371127bac4e3c479a574fafd12.1736072778.git.soeren@soeren-tempel.net> (raw)

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(-)

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




             reply	other threads:[~2025-01-05 10:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-05 10:26 soeren [this message]
2025-01-05 22:49 ` bug#75378: [PATCH] gnu: loksh: Update to 7.6 jgart via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6bd9e9716b7ace371127bac4e3c479a574fafd12.1736072778.git.soeren@soeren-tempel.net \
    --to=soeren@soeren-tempel.net \
    --cc=75378@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.