me
/
guix
Archived
1
0
Fork 0

gnu: ghc-shakespeare: Update to 2.0.22.

* gnu/packages/haskell-xyz.scm (ghc-shakespeare): Update to 2.0.22.
master
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
1 changed files with 2 additions and 2 deletions

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)