unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#65028] [PATCH] gnu: loksh: Update to 7.3.
@ 2023-08-02 21:17 soeren
  2023-08-12 21:17 ` bug#65028: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: soeren @ 2023-08-02 21:17 UTC (permalink / raw)
  To: 65028

From: Sören Tempel <soeren@soeren-tempel.net>

* gnu/packages/shells.scm (loksh): Update to 7.3.
  [source]: Update style.

Signed-off-by: Sören Tempel <soeren@soeren-tempel.net>
---
I did both the upgrade and the reformatting with guix style (as
instructed in the Guix manual) in one commit. Hope that is ok.

 gnu/packages/shells.scm | 34 ++++++++++++++++------------------
 1 file changed, 16 insertions(+), 18 deletions(-)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index aef22efd01..e9d0fffec1 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -788,26 +788,24 @@ (define-public oksh
 (define-public loksh
   (package
     (name "loksh")
-    (version "6.9")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://github.com/dimkr/loksh")
-             (commit version)
-             ;; Include the ‘lolibc’ submodule, a static compatibility library
-             ;; created for and currently used only by loksh.
-             (recursive? #t)))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32 "0x33plxqhh5202hgqidgccz5hpg8d2q71ylgnm437g60mfi9z0px"))))
+    (version "7.3")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/dimkr/loksh")
+                    (commit version)
+                    ;; Include the ‘lolibc’ submodule, a static compatibility library
+                    ;; created for and currently used only by loksh.
+                    (recursive? #t)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1miydvb79wagckchinp189l8i81f08lqajg5jngn77m4x4gwjf3n"))))
     (build-system meson-build-system)
-    (inputs
-     (list ncurses))
-    (native-inputs
-     (list pkg-config))
+    (inputs (list ncurses))
+    (native-inputs (list pkg-config))
     (arguments
-     `(#:tests? #f))                    ; no tests included
+     `(#:tests? #f)) ;no tests included
     (home-page "https://github.com/dimkr/loksh")
     (synopsis "Korn Shell from OpenBSD")
     (description




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#65028: [PATCH] gnu: loksh: Update to 7.3.
  2023-08-02 21:17 [bug#65028] [PATCH] gnu: loksh: Update to 7.3 soeren
@ 2023-08-12 21:17 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-08-12 21:17 UTC (permalink / raw)
  To: soeren; +Cc: 65028-done

Hi,

soeren@soeren-tempel.net skribis:

> From: Sören Tempel <soeren@soeren-tempel.net>
>
> * gnu/packages/shells.scm (loksh): Update to 7.3.
>   [source]: Update style.
>
> Signed-off-by: Sören Tempel <soeren@soeren-tempel.net>
> ---
> I did both the upgrade and the reformatting with guix style (as
> instructed in the Guix manual) in one commit. Hope that is ok.

Perfect.  Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-12 21:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-02 21:17 [bug#65028] [PATCH] gnu: loksh: Update to 7.3 soeren
2023-08-12 21:17 ` bug#65028: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).