mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
aac78f6be3
commit
3f135acc35
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue