mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: shellcheck: Update to 0.9.0.
* gnu/packages/haskell-apps.scm (shellcheck): Update to 0.9.0. [inputs]: Add ghc-fgl. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
bdd107088d
commit
f9f1312de0
1 changed files with 3 additions and 3 deletions
|
@ -842,7 +842,7 @@ too slow and you'll get wound up in the scroll and crushed.")
|
||||||
(define-public shellcheck
|
(define-public shellcheck
|
||||||
(package
|
(package
|
||||||
(name "shellcheck")
|
(name "shellcheck")
|
||||||
(version "0.8.0")
|
(version "0.9.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -850,7 +850,7 @@ too slow and you'll get wound up in the scroll and crushed.")
|
||||||
"https://hackage.haskell.org/package/ShellCheck/ShellCheck-"
|
"https://hackage.haskell.org/package/ShellCheck/ShellCheck-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "05jlapp4m997w36h2wszdxz9gvczdczaylypsbn14jqpb650w232"))
|
(base32 "071k2gc8rzpg9lwq9g10c9xx0zm1wcgsf8v4n1csj9fm56vy7gmb"))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))))
|
(file-name (string-append name "-" version ".tar.gz"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -868,7 +868,7 @@ too slow and you'll get wound up in the scroll and crushed.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pandoc))
|
(list pandoc))
|
||||||
(inputs
|
(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/")
|
(home-page "https://www.shellcheck.net/")
|
||||||
(synopsis "Static analysis for shell scripts")
|
(synopsis "Static analysis for shell scripts")
|
||||||
(description "@code{shellcheck} provides static analysis for
|
(description "@code{shellcheck} provides static analysis for
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue