mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: ghc-xhtml: Update to 3000.2.2.1.
* gnu/packages/haskell-web.scm (ghc-xhtml): Update to 3000.2.2.1.
This commit is contained in:
parent
061832f1f9
commit
6c76f51f96
1 changed files with 2 additions and 2 deletions
|
@ -708,7 +708,7 @@ (define-public ghc-html
|
|||
(define-public ghc-xhtml
|
||||
(package
|
||||
(name "ghc-xhtml")
|
||||
(version "3000.2.1")
|
||||
(version "3000.2.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -718,7 +718,7 @@ (define-public ghc-xhtml
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1n6wgzxbj8xf0wf1il827qidphnffb5vzhwzqlxhh70c2y10f0ik"))))
|
||||
"0939kwpinq6l4n3nyvd1gzyl7f83gymw0wzqndlgy1yc7q0nkj2w"))))
|
||||
(build-system haskell-build-system)
|
||||
(home-page "https://github.com/haskell/xhtml")
|
||||
(synopsis "XHTML combinator library")
|
||||
|
|
Loading…
Reference in a new issue