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

* gnu/packages/haskell-web.scm (ghc-aeson-pretty): Update to 0.8.7.
This commit is contained in:
Timothy Sample 2018-08-29 00:45:20 -04:00 committed by Ricardo Wurmus
parent 22b5a1a477
commit d1d27a67bb
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -842,7 +842,7 @@ (define-public ghc-aeson-for-pandoc-1
(define-public ghc-aeson-pretty
(package
(name "ghc-aeson-pretty")
(version "0.8.5")
(version "0.8.7")
(source (origin
(method url-fetch)
(uri (string-append
@ -850,7 +850,7 @@ (define-public ghc-aeson-pretty
version ".tar.gz"))
(sha256
(base32
"1yd98972srlbkn0f2jhrb3f443j9wnq2fnw5gbxjxzmkcinfh5yx"))))
"1m977gs0s9gf3lwzlbs5y7bl6ansc5pywmn2qjk09l5bwg2yrhf1"))))
(build-system haskell-build-system)
(inputs
`(("ghc-aeson" ,ghc-aeson)