mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ 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.7")
|
(version "0.3.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -666,7 +666,7 @@ a WAI handler, via the native Haskell TLS implementation.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"005cmhaw9xbzkcn42jmhvcvk63bzmg4lml368xwmqdvh7r0mcn4m"))))
|
"1d72s3a6520iwwc1wbn9v2znqgbw6a5wwzb23iq8ny9ccnjyx1dk"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-tagsoup" ,ghc-tagsoup)
|
`(("ghc-tagsoup" ,ghc-tagsoup)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue