gnu: ghc-aeson-pretty: Update to 0.8.2.
* gnu/packages/haskell-web.scm (ghc-aeson-pretty): Update to 0.8.2.
This commit is contained in:
parent
e74e1ad610
commit
4406f47532
|
@ -773,7 +773,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.7.2")
|
(version "0.8.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -781,7 +781,7 @@ naming: in Greek mythology, Aeson was the father of Jason.)")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03ap81853qi8yd9kdgczllrrni23a6glsfxrwj8zab6ipjrbh234"))))
|
"1c5r1w1hcv297pmj9yjpz9al22k3mh61gimi37wddga02212kd3c"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-aeson" ,ghc-aeson)
|
`(("ghc-aeson" ,ghc-aeson)
|
||||||
|
|
Loading…
Reference in New Issue