gnu: shellcheck: Update to 0.7.1.

* gnu/packages/haskell-apps.scm (shellcheck): Update to 0.7.1.
This commit is contained in:
Tobias Geerinckx-Rice 2020-09-14 00:01:32 +02:00
parent 33061f7bf1
commit ce4a497b13
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -775,7 +775,7 @@ (define-public scroll
(define-public shellcheck
(package
(name "shellcheck")
(version "0.7.0")
(version "0.7.1")
(source
(origin
(method url-fetch)
@ -783,7 +783,7 @@ (define-public shellcheck
"https://hackage.haskell.org/package/ShellCheck/ShellCheck-"
version ".tar.gz"))
(sha256
(base32 "1vx895cp5k5h0680xfwj74lk97m9y627n965x6srds0gfnbkzy9s"))
(base32 "06m4wh891nah3y0br4wh3adpsb16zawkb2ijgf1vcz61fznj6ps1"))
(file-name (string-append name "-" version ".tar.gz"))))
(build-system haskell-build-system)
(inputs