gnu: ghc-wai: Update to 3.2.2.1.

* gnu/packages/haskell-web.scm (ghc-wai): Update to 3.2.2.1.
This commit is contained in:
Timothy Sample 2019-10-31 13:18:39 -04:00
parent a3fd4dc7d8
commit 560f940b6c
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -380,7 +380,7 @@ (define-public ghc-http-conduit
(define-public ghc-wai
(package
(name "ghc-wai")
(version "3.2.1.2")
(version "3.2.2.1")
(source
(origin
(method url-fetch)
@ -390,7 +390,7 @@ (define-public ghc-wai
".tar.gz"))
(sha256
(base32
"0jr3b2789wa4m6mxkz12ynz4lfsqmgbrcy0am8karyqr3x3528r8"))))
"058871axlq6r0gcqxbjw37w57df9xbv81dmz99b1zq59wf329xzy"))))
(build-system haskell-build-system)
(inputs
`(("ghc-bytestring-builder" ,ghc-bytestring-builder)