gnu: ghc-hindent: Update to 5.3.1.

* gnu/packages/haskell-xyz.scm (ghc-hindent): Update to 5.3.1.
This commit is contained in:
Timothy Sample 2019-11-08 22:15:05 -05:00
parent fc984cf646
commit f545f894b2
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -4862,7 +4862,7 @@ (define-public ghc-highlighting-kate
(define-public ghc-hindent
(package
(name "ghc-hindent")
(version "5.3.0")
(version "5.3.1")
(source
(origin
(method url-fetch)
@ -4872,7 +4872,7 @@ (define-public ghc-hindent
".tar.gz"))
(sha256
(base32
"0wkfik7mvqskk23kyh7ybgnlh3j9j1ym7d3ncahsbli9w654b7xg"))))
"008s8zm9qs972b7v5kkmr8l3i9kc6zm7yj33mkw6dv69b7h3c01l"))))
(build-system haskell-build-system)
(arguments
`(#:modules ((guix build haskell-build-system)