gnu: ghc-wai: Update to 3.2.1.1.
* gnu/packages/haskell.scm (ghc-wai): Update to 3.2.1.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
a8e5513c26
commit
0ccb7346ed
|
@ -5085,7 +5085,7 @@ essentially the opposite of pretty-printing.")
|
||||||
(define-public ghc-wai
|
(define-public ghc-wai
|
||||||
(package
|
(package
|
||||||
(name "ghc-wai")
|
(name "ghc-wai")
|
||||||
(version "3.0.4.0")
|
(version "3.2.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -5095,7 +5095,7 @@ essentially the opposite of pretty-printing.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1551n0g0n22vml33v0jz5xgjcy6j79algvsdqg11a1z5ljjrjlqf"))))
|
"08afasnirja21vr0bmzcywz4w29x736dmdv7h8nnh1l8bn7sd02x"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-bytestring-builder" ,ghc-bytestring-builder)
|
`(("ghc-bytestring-builder" ,ghc-bytestring-builder)
|
||||||
|
|
Loading…
Reference in New Issue