me
/
guix
Archived
1
0
Fork 0

gnu: ghc-aeson: Update to 1.4.5.0.

* gnu/packages/haskell-web.scm (ghc-aeson): Update to 1.4.5.0.
master
Timothy Sample 2019-10-31 13:02:27 -04:00
parent 6818f970ac
commit 1c86a8aa2b
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -769,7 +769,7 @@ documents.")
(define-public ghc-aeson
(package
(name "ghc-aeson")
(version "1.3.1.1")
(version "1.4.5.0")
(source
(origin
(method url-fetch)
@ -779,7 +779,7 @@ documents.")
".tar.gz"))
(sha256
(base32
"1i1ig840fvsb1lnklcv32zsc0zscirc301lw1mpfxhc6h4pk0gw4"))))
"1jhabz1lbbv6yqxqiybifi86cb5xlsadrn368n5dd0wzzc7ja4iz"))))
(build-system haskell-build-system)
(arguments `(#:tests? #f)) ; FIXME: testing libraries are missing.
(inputs