GNU bug report logs - #60092
[PATCH] gnu: shellcheck: Update to 0.9.0.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Thu, 15 Dec 2022 14:42:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

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 60092 in the body.
You can then email your comments to 60092 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#60092; Package guix-patches. (Thu, 15 Dec 2022 14:42:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to jgart <jgart <at> dismail.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 15 Dec 2022 14:42:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: shellcheck: Update to 0.9.0.
Date: Thu, 15 Dec 2022 08:40:44 -0600
* gnu/packages/haskell-apps.scm (shellcheck): Update to 0.9.0.
[source]: Update URL.
[inputs]: Add missing ghc-fgl input and format the list.
---
 gnu/packages/haskell-apps.scm | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index b9e9050814..7bfdb0a8b3 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -18,6 +18,7 @@
 ;;; Copyright © 2021 EuAndreh <eu <at> euandre.org>
 ;;; Copyright © 2021 Stefan Reichör <stefan <at> xsteve.at>
 ;;; Copyright © 2021 Morgan Smith <Morgan.J.Smith <at> outlook.com>
+;;; Copyright © 2022 jgart <jgart <at> dismail.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -826,15 +827,15 @@ (define-public scroll
 (define-public shellcheck
   (package
     (name "shellcheck")
-    (version "0.8.0")
+    (version "0.9.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
-             "https://hackage.haskell.org/package/ShellCheck/ShellCheck-"
+             "https://github.com/koalaman/shellcheck/archive/refs/tags/v"
              version ".tar.gz"))
        (sha256
-        (base32 "05jlapp4m997w36h2wszdxz9gvczdczaylypsbn14jqpb650w232"))
+        (base32 "0j6iyygmqsm5gflwrnw84gwbf5x1hkkrvgysmjfygvkgg3n1zv1w"))
        (file-name (string-append name "-" version ".tar.gz"))))
     (build-system haskell-build-system)
     (arguments
@@ -852,7 +853,11 @@ (define-public shellcheck
     (native-inputs
      (list pandoc))
     (inputs
-     (list ghc-aeson ghc-diff ghc-quickcheck ghc-regex-tdfa))
+     (list ghc-aeson
+           ghc-diff
+           ghc-fgl
+           ghc-quickcheck
+           ghc-regex-tdfa))
     (home-page "https://www.shellcheck.net/")
     (synopsis "Static analysis for shell scripts")
     (description "@code{shellcheck} provides static analysis for
-- 
2.38.1





Information forwarded to guix-patches <at> gnu.org:
bug#60092; Package guix-patches. (Sat, 17 Dec 2022 12:32:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: zimoun <zimon.toutoune <at> gmail.com>
To: jgart via Guix-patches via <guix-patches <at> gnu.org>, 60092 <at> debbugs.gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: Re: [bug#60092] [PATCH] gnu: shellcheck: Update to 0.9.0.
Date: Sat, 17 Dec 2022 13:26:03 +0100
Hi,

On Thu, 15 Dec 2022 at 08:40, jgart via Guix-patches via <guix-patches <at> gnu.org> wrote:

> * gnu/packages/haskell-apps.scm (shellcheck): Update to 0.9.0.

Is this update compliant with the Stackage LTS version?

Cheers,
simon




Information forwarded to guix-patches <at> gnu.org:
bug#60092; Package guix-patches. (Sat, 17 Dec 2022 12:32:03 GMT) Full text and rfc822 format available.

Reply sent to 宋文武 <iyzsong <at> envs.net>:
You have taken responsibility. (Thu, 02 Mar 2023 03:49:01 GMT) Full text and rfc822 format available.

Notification sent to jgart <jgart <at> dismail.de>:
bug acknowledged by developer. (Thu, 02 Mar 2023 03:49:02 GMT) Full text and rfc822 format available.

Message #16 received at 60092-done <at> debbugs.gnu.org (full text, mbox):

From: 宋文武 <iyzsong <at> envs.net>
To: jgart <jgart <at> dismail.de>
Cc: 60092-done <at> debbugs.gnu.org
Subject: Re: bug#60092: [PATCH] gnu: shellcheck: Update to 0.9.0.
Date: Thu, 02 Mar 2023 11:48:37 +0800
jgart <jgart <at> dismail.de> writes:

> * gnu/packages/haskell-apps.scm (shellcheck): Update to 0.9.0.

Hello, we have shellcheck 0.9.0 in master alreally, close now, thank
you!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 30 Mar 2023 11:24:14 GMT) Full text and rfc822 format available.

This bug report was last modified 364 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.