GNU bug report logs -
#65028
[PATCH] gnu: loksh: Update to 7.3.
Previous Next
Reported by: soeren <at> soeren-tempel.net
Date: Thu, 3 Aug 2023 05:37:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 65028 in the body.
You can then email your comments to 65028 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#65028
; Package
guix-patches
.
(Thu, 03 Aug 2023 05:37:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
soeren <at> soeren-tempel.net
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 03 Aug 2023 05:37:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Sören Tempel <soeren <at> soeren-tempel.net>
* gnu/packages/shells.scm (loksh): Update to 7.3.
[source]: Update style.
Signed-off-by: Sören Tempel <soeren <at> 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
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Sat, 12 Aug 2023 21:18:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
soeren <at> soeren-tempel.net
:
bug acknowledged by developer.
(Sat, 12 Aug 2023 21:18:01 GMT)
Full text and
rfc822 format available.
Message #10 received at 65028-done <at> debbugs.gnu.org (full text, mbox):
Hi,
soeren <at> soeren-tempel.net skribis:
> From: Sören Tempel <soeren <at> soeren-tempel.net>
>
> * gnu/packages/shells.scm (loksh): Update to 7.3.
> [source]: Update style.
>
> Signed-off-by: Sören Tempel <soeren <at> 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’.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 10 Sep 2023 11:24:10 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 285 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.