mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-12 09:56:14 -05:00
gnu: ghc-shakespeare: Update to 2.0.15.
* gnu/packages/haskell.scm (ghc-shakespeare): Update to 2.0.15.
This commit is contained in:
parent
07f38c6a26
commit
01a67f89d1
1 changed files with 2 additions and 2 deletions
|
@ -9614,7 +9614,7 @@ (define-public ghc-monad-logger
|
|||
(define-public ghc-shakespeare
|
||||
(package
|
||||
(name "ghc-shakespeare")
|
||||
(version "2.0.14")
|
||||
(version "2.0.15")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -9623,7 +9623,7 @@ (define-public ghc-shakespeare
|
|||
"shakespeare-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0j5zx8ka7d7scvb9shm7k3376qzl3k4kpim9aqqfs6n86901zpl4"))))
|
||||
"1vk4b19zvwy4mpwaq9z3l3kfmz75gfyf7alhh0y112gspgpccm23"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs `(("ghc-parsec" ,ghc-parsec)
|
||||
("ghc-text" ,ghc-text)
|
||||
|
|
Loading…
Reference in a new issue