emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#60092: closed ([PATCH] gnu: shellcheck: Update to 0.9.0.)


From: GNU bug Tracking System
Subject: bug#60092: closed ([PATCH] gnu: shellcheck: Update to 0.9.0.)
Date: Thu, 02 Mar 2023 03:49:01 +0000

Your message dated Thu, 02 Mar 2023 11:48:37 +0800
with message-id <87bklbq0dm.fsf@envs.net>
and subject line Re: bug#60092: [PATCH] gnu: shellcheck: Update to 0.9.0.
has caused the debbugs.gnu.org bug report #60092,
regarding [PATCH] gnu: shellcheck: Update to 0.9.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
60092: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60092
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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@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




--- End Message ---
--- Begin Message --- Subject: Re: bug#60092: [PATCH] gnu: shellcheck: Update to 0.9.0. Date: Thu, 02 Mar 2023 11:48:37 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
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!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]