all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#61085] [PATCH] gnu: shellcheck: Update to 0.9.0.
@ 2023-01-26 20:45 Greg Hogan
  2023-02-01  8:53 ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2023-01-26 20:45 UTC (permalink / raw)
  To: 61085; +Cc: Greg Hogan

* gnu/packages/haskell-apps.scm (shellcheck): Update to 0.9.0.
[inputs]: Add ghc-fgl.
---
 gnu/packages/haskell-apps.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 9cb383eeb2..64dde4d313 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -842,7 +842,7 @@ (define-public scroll
 (define-public shellcheck
   (package
     (name "shellcheck")
-    (version "0.8.0")
+    (version "0.9.0")
     (source
      (origin
        (method url-fetch)
@@ -850,7 +850,7 @@ (define-public shellcheck
              "https://hackage.haskell.org/package/ShellCheck/ShellCheck-"
              version ".tar.gz"))
        (sha256
-        (base32 "05jlapp4m997w36h2wszdxz9gvczdczaylypsbn14jqpb650w232"))
+        (base32 "071k2gc8rzpg9lwq9g10c9xx0zm1wcgsf8v4n1csj9fm56vy7gmb"))
        (file-name (string-append name "-" version ".tar.gz"))))
     (build-system haskell-build-system)
     (arguments
@@ -868,7 +868,7 @@ (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.39.1





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

* [bug#61085] [PATCH] gnu: shellcheck: Update to 0.9.0.
  2023-01-26 20:45 [bug#61085] [PATCH] gnu: shellcheck: Update to 0.9.0 Greg Hogan
@ 2023-02-01  8:53 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-02-01  8:53 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 61085-done, 61085

[-- Attachment #1: Type: text/plain, Size: 321 bytes --]


Greg Hogan <code@greghogan.com> writes:

> * gnu/packages/haskell-apps.scm (shellcheck): Update to 0.9.0.
> [inputs]: Add ghc-fgl.
> ---
>  gnu/packages/haskell-apps.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Thanks, I've pushed this to master as
f9f1312de061c5d38b0ca260f306e9ba5a4c7a43.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

end of thread, other threads:[~2023-02-01  8:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-26 20:45 [bug#61085] [PATCH] gnu: shellcheck: Update to 0.9.0 Greg Hogan
2023-02-01  8:53 ` Christopher Baines

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.