gnu: ghc-wai-extra: Update to 3.0.13.1.
* gnu/packages/haskell.scm (ghc-wai-extra): Update to 3.0.13.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
0ccb7346ed
commit
f6f0fee2cf
|
@ -5153,7 +5153,7 @@ communication between web applications and web servers.")
|
||||||
(define-public ghc-wai-extra
|
(define-public ghc-wai-extra
|
||||||
(package
|
(package
|
||||||
(name "ghc-wai-extra")
|
(name "ghc-wai-extra")
|
||||||
(version "3.0.11.1")
|
(version "3.0.13.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -5163,7 +5163,7 @@ communication between web applications and web servers.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kr2s5qyx1dvnwr372h7pca4sgxjv0pdx96xkgsfi180h3mb0vq8"))))
|
"0mh761a1bayr4ydwqmh3h8ndpi19zqw34mmy49lp2abr70r0nm1p"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-ansi-terminal" ,ghc-ansi-terminal)
|
`(("ghc-ansi-terminal" ,ghc-ansi-terminal)
|
||||||
|
|
Loading…
Reference in New Issue