all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#60092] [PATCH] gnu: shellcheck: Update to 0.9.0.
@ 2022-12-15 14:40 jgart via Guix-patches via
  2022-12-17 12:26 ` zimoun
  2023-03-02  3:48 ` bug#60092: " 宋文武 via Guix-patches via
  0 siblings, 2 replies; 3+ messages in thread
From: jgart via Guix-patches via @ 2022-12-15 14:40 UTC (permalink / raw)
  To: 60092; +Cc: jgart

* 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@euandre.org>
 ;;; Copyright © 2021 Stefan Reichör <stefan@xsteve.at>
 ;;; Copyright © 2021 Morgan Smith <Morgan.J.Smith@outlook.com>
+;;; Copyright © 2022 jgart <jgart@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





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

* [bug#60092] [PATCH] gnu: shellcheck: Update to 0.9.0.
  2022-12-15 14:40 [bug#60092] [PATCH] gnu: shellcheck: Update to 0.9.0 jgart via Guix-patches via
@ 2022-12-17 12:26 ` zimoun
  2023-03-02  3:48 ` bug#60092: " 宋文武 via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: zimoun @ 2022-12-17 12:26 UTC (permalink / raw)
  To: 60092; +Cc: jgart

Hi,

On Thu, 15 Dec 2022 at 08:40, jgart via Guix-patches via <guix-patches@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




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

* bug#60092: [PATCH] gnu: shellcheck: Update to 0.9.0.
  2022-12-15 14:40 [bug#60092] [PATCH] gnu: shellcheck: Update to 0.9.0 jgart via Guix-patches via
  2022-12-17 12:26 ` zimoun
@ 2023-03-02  3:48 ` 宋文武 via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-03-02  3:48 UTC (permalink / raw)
  To: jgart; +Cc: 60092-done

jgart <jgart@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!




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

end of thread, other threads:[~2023-03-02  3:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-15 14:40 [bug#60092] [PATCH] gnu: shellcheck: Update to 0.9.0 jgart via Guix-patches via
2022-12-17 12:26 ` zimoun
2023-03-02  3:48 ` bug#60092: " 宋文武 via Guix-patches via

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.