gnu: shellcheck: Update to 0.7.0.
* gnu/packages/haskell.scm (shellcheck): Update to 0.7.0. [inputs]: Add ghc-diff.
This commit is contained in:
parent
29b60130d8
commit
76eb007990
|
@ -8361,7 +8361,7 @@ generated SQL and optimize it for your backend.")
|
||||||
(define-public shellcheck
|
(define-public shellcheck
|
||||||
(package
|
(package
|
||||||
(name "shellcheck")
|
(name "shellcheck")
|
||||||
(version "0.5.0")
|
(version "0.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -8369,12 +8369,12 @@ generated SQL and optimize it for your backend.")
|
||||||
"https://hackage.haskell.org/package/ShellCheck/ShellCheck-"
|
"https://hackage.haskell.org/package/ShellCheck/ShellCheck-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1vx895cp5k5h0680xfwj74lk97m9y627n965x6srds0gfnbkzy9s"))
|
||||||
"0z1hscbr11hwkq8k1v0vaa947hb9m6k4cm831jk1gpj8dxrk151b"))
|
|
||||||
(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)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-aeson" ,ghc-aeson)
|
`(("ghc-aeson" ,ghc-aeson)
|
||||||
|
("ghc-diff" ,ghc-diff)
|
||||||
("ghc-quickcheck" ,ghc-quickcheck)
|
("ghc-quickcheck" ,ghc-quickcheck)
|
||||||
("ghc-regex-tdfa" ,ghc-regex-tdfa)))
|
("ghc-regex-tdfa" ,ghc-regex-tdfa)))
|
||||||
(home-page "https://github.com/koalaman/shellcheck")
|
(home-page "https://github.com/koalaman/shellcheck")
|
||||||
|
|
Loading…
Reference in New Issue