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:
Timothy Sample 2018-08-29 00:53:50 -04:00 committed by Ricardo Wurmus
parent f752336c80
commit 19da4c3cd9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -385,7 +385,7 @@ (define-public ghc-http-conduit
(define-public ghc-wai
(package
(name "ghc-wai")
(version "3.2.1.1")
(version "3.2.1.2")
(source
(origin
(method url-fetch)
@ -395,7 +395,7 @@ (define-public ghc-wai
".tar.gz"))
(sha256
(base32
"08afasnirja21vr0bmzcywz4w29x736dmdv7h8nnh1l8bn7sd02x"))))
"0jr3b2789wa4m6mxkz12ynz4lfsqmgbrcy0am8karyqr3x3528r8"))))
(build-system haskell-build-system)
(inputs
`(("ghc-bytestring-builder" ,ghc-bytestring-builder)