summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-web.scm
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2018-08-29 00:54:11 -0400
committerRicardo Wurmus <rekado@elephly.net>2018-10-01 12:12:19 +0200
commit3f135acc357871fabde46ea9eedcf2153b3f4244 (patch)
tree338205659f83db0a5f4688f3dcf03752a332fb75 /gnu/packages/haskell-web.scm
parentaac78f6be3ae6dc3531ce198021fe58ff86f8528 (diff)
downloadguix-patches-3f135acc357871fabde46ea9eedcf2153b3f4244.tar
guix-patches-3f135acc357871fabde46ea9eedcf2153b3f4244.tar.gz
gnu: ghc-xss-sanitize: Update to 0.3.6.
* gnu/packages/haskell-web.scm (ghc-xss-sanitize): Update to 0.3.6.
Diffstat (limited to 'gnu/packages/haskell-web.scm')
-rw-r--r--gnu/packages/haskell-web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 5278cb9259..ac7420c981 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -657,7 +657,7 @@ a WAI handler, via the native Haskell TLS implementation.")
(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 @@ a WAI handler, via the native Haskell TLS implementation.")
version ".tar.gz"))
(sha256
(base32
- "005cmhaw9xbzkcn42jmhvcvk63bzmg4lml368xwmqdvh7r0mcn4m"))))
+ "1d72s3a6520iwwc1wbn9v2znqgbw6a5wwzb23iq8ny9ccnjyx1dk"))))
(build-system haskell-build-system)
(inputs
`(("ghc-tagsoup" ,ghc-tagsoup)