gnu: ghc-blaze-html: Update to 0.9.1.2.

* gnu/packages/haskell-web.scm (ghc-blaze-html): Update to 0.9.1.2.
This commit is contained in:
Timothy Sample 2019-10-31 10:20:22 -04:00
parent bf12089a9b
commit 2c86548e12
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59

View File

@ -741,7 +741,7 @@ documents.")
(define-public ghc-blaze-html
(package
(name "ghc-blaze-html")
(version "0.9.1.1")
(version "0.9.1.2")
(source
(origin
(method url-fetch)
@ -750,7 +750,7 @@ documents.")
version ".tar.gz"))
(sha256
(base32
"06xv8fqhclfjj61z74cgggn4lmx1s7diakxg84mnkgfvk11983pa"))))
"0k1r1hddjgqighazcazxrx6xfhvy2gm8il8l82ainv3cai13yl30"))))
(build-system haskell-build-system)
(inputs
`(("ghc-blaze-builder" ,ghc-blaze-builder)