gnu: ghc-wai: Update to 3.2.1.2.
* gnu/packages/haskell-web.scm (ghc-wai): Update to 3.2.1.2.
This commit is contained in:
parent
f752336c80
commit
19da4c3cd9
|
@ -385,7 +385,7 @@ which allow you to avoid direct usage of conduits.")
|
||||||
(define-public ghc-wai
|
(define-public ghc-wai
|
||||||
(package
|
(package
|
||||||
(name "ghc-wai")
|
(name "ghc-wai")
|
||||||
(version "3.2.1.1")
|
(version "3.2.1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -395,7 +395,7 @@ which allow you to avoid direct usage of conduits.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08afasnirja21vr0bmzcywz4w29x736dmdv7h8nnh1l8bn7sd02x"))))
|
"0jr3b2789wa4m6mxkz12ynz4lfsqmgbrcy0am8karyqr3x3528r8"))))
|
||||||
(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