gnu: ghc-xss-sanitize: Update to 0.3.6.

* gnu/packages/haskell-web.scm (ghc-xss-sanitize): Update to 0.3.6.
This commit is contained in:
Timothy Sample 2018-08-29 00:54:11 -04:00 committed by Ricardo Wurmus
parent aac78f6be3
commit 3f135acc35
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -657,7 +657,7 @@ (define-public ghc-warp-tls
(define-public ghc-xss-sanitize
(package
(name "ghc-xss-sanitize")
(version "0.3.5.7")
(version "0.3.6")
(source
(origin
(method url-fetch)
@ -666,7 +666,7 @@ (define-public ghc-xss-sanitize
version ".tar.gz"))
(sha256
(base32
"005cmhaw9xbzkcn42jmhvcvk63bzmg4lml368xwmqdvh7r0mcn4m"))))
"1d72s3a6520iwwc1wbn9v2znqgbw6a5wwzb23iq8ny9ccnjyx1dk"))))
(build-system haskell-build-system)
(inputs
`(("ghc-tagsoup" ,ghc-tagsoup)