3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: ghc-shakespeare: Update to 2.0.22.

* gnu/packages/haskell-xyz.scm (ghc-shakespeare): Update to 2.0.22.
This commit is contained in:
Timothy Sample 2019-10-31 13:13:42 -04:00
parent 55ec98f29a
commit f680955fb5
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -9153,7 +9153,7 @@ environment variables.")
(define-public ghc-shakespeare
(package
(name "ghc-shakespeare")
(version "2.0.15")
(version "2.0.22")
(source
(origin
(method url-fetch)
@ -9162,7 +9162,7 @@ environment variables.")
"shakespeare-" version ".tar.gz"))
(sha256
(base32
"1vk4b19zvwy4mpwaq9z3l3kfmz75gfyf7alhh0y112gspgpccm23"))))
"1mc1a0vv070gcawwcx6vzpj6gpfh1qnlqrndiyfic3p500y656vh"))))
(build-system haskell-build-system)
(inputs `(("ghc-aeson" ,ghc-aeson)
("ghc-blaze-markup" ,ghc-blaze-markup)