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:
parent
55ec98f29a
commit
f680955fb5
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue