me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/haskell-web.scm (ghc-aeson-pretty): Update to 0.8.8.
master
Timothy Sample 2019-10-31 13:12:16 -04:00
parent 899b5297cc
commit cdffb73c04
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -816,7 +816,7 @@ naming: in Greek mythology, Aeson was the father of Jason.)")
(define-public ghc-aeson-pretty
(package
(name "ghc-aeson-pretty")
(version "0.8.7")
(version "0.8.8")
(source (origin
(method url-fetch)
(uri (string-append
@ -824,7 +824,7 @@ naming: in Greek mythology, Aeson was the father of Jason.)")
version ".tar.gz"))
(sha256
(base32
"1m977gs0s9gf3lwzlbs5y7bl6ansc5pywmn2qjk09l5bwg2yrhf1"))))
"09n7gs91y1fbw6gjszrd2na3isnvk3y5rsi90lzjrwywnqfadkl1"))))
(build-system haskell-build-system)
(inputs
`(("ghc-aeson" ,ghc-aeson)