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:
parent
96d3d63299
commit
fcbb54acdf
1 changed files with 2 additions and 2 deletions
|
@ -1055,7 +1055,7 @@ naming: in Greek mythology, Aeson was the father of Jason.)")
|
||||||
(define-public ghc-aeson-pretty
|
(define-public ghc-aeson-pretty
|
||||||
(package
|
(package
|
||||||
(name "ghc-aeson-pretty")
|
(name "ghc-aeson-pretty")
|
||||||
(version "0.8.8")
|
(version "0.8.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1063,7 +1063,7 @@ naming: in Greek mythology, Aeson was the father of Jason.)")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09n7gs91y1fbw6gjszrd2na3isnvk3y5rsi90lzjrwywnqfadkl1"))))
|
"021az9az6xik9c9s3rnar5fr1lgy2h3igibf5ixnc7ps3m2lzg2x"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-aeson" ,ghc-aeson)
|
`(("ghc-aeson" ,ghc-aeson)
|
||||||
|
|
Reference in a new issue