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

* gnu/packages/haskell-web.scm (ghc-xss-sanitize): Update to 0.3.5.7.
This commit is contained in:
Ricardo Wurmus 2018-02-13 00:05:46 +01:00
parent 915b12e94b
commit ecbb9b4129
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 4 deletions

View File

@ -578,17 +578,16 @@ a WAI handler, via the native Haskell TLS implementation.")
(define-public ghc-xss-sanitize (define-public ghc-xss-sanitize
(package (package
(name "ghc-xss-sanitize") (name "ghc-xss-sanitize")
(version "0.3.5.6") (version "0.3.5.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"https://hackage.haskell.org/package/xss-sanitize/xss-sanitize-" "https://hackage.haskell.org/package/xss-sanitize/xss-sanitize-"
version version ".tar.gz"))
".tar.gz"))
(sha256 (sha256
(base32 (base32
"1j2qrn2dbfx01m7zyk9ilgnp9zjwq9mk62b0rdal4zkg4vh212h0")))) "005cmhaw9xbzkcn42jmhvcvk63bzmg4lml368xwmqdvh7r0mcn4m"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-tagsoup" ,ghc-tagsoup) `(("ghc-tagsoup" ,ghc-tagsoup)