3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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:
Timothy Sample 2018-08-28 21:21:29 -04:00 committed by Ricardo Wurmus
parent 061832f1f9
commit 6c76f51f96
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -708,7 +708,7 @@ documents.")
(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 @@ documents.")
".tar.gz"))
(sha256
(base32
"1n6wgzxbj8xf0wf1il827qidphnffb5vzhwzqlxhh70c2y10f0ik"))))
"0939kwpinq6l4n3nyvd1gzyl7f83gymw0wzqndlgy1yc7q0nkj2w"))))
(build-system haskell-build-system)
(home-page "https://github.com/haskell/xhtml")
(synopsis "XHTML combinator library")