gnu: ghc-aeson-pretty: Update to 0.8.9.

* gnu/packages/haskell-web.scm (ghc-aeson-pretty): Update to 0.8.9.
This commit is contained in:
Lars-Dominik Braun 2021-10-25 14:28:33 +02:00
parent 96d3d63299
commit fcbb54acdf
No known key found for this signature in database
GPG key ID: F663943E08D8092A

View file

@ -1055,7 +1055,7 @@ (define-public ghc-aeson
(define-public ghc-aeson-pretty
(package
(name "ghc-aeson-pretty")
(version "0.8.8")
(version "0.8.9")
(source (origin
(method url-fetch)
(uri (string-append
@ -1063,7 +1063,7 @@ (define-public ghc-aeson-pretty
version ".tar.gz"))
(sha256
(base32
"09n7gs91y1fbw6gjszrd2na3isnvk3y5rsi90lzjrwywnqfadkl1"))))
"021az9az6xik9c9s3rnar5fr1lgy2h3igibf5ixnc7ps3m2lzg2x"))))
(build-system haskell-build-system)
(inputs
`(("ghc-aeson" ,ghc-aeson)