gnu: ghc-wai-logger: Update to 2.3.2.

* gnu/packages/haskell-web.scm (ghc-wai-logger): Update to 2.3.2.
This commit is contained in:
Timothy Sample 2018-08-29 00:56:47 -04:00 committed by Ricardo Wurmus
parent 6d2fd200f4
commit 7b19f0a803
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -420,7 +420,7 @@ (define-public ghc-wai
(define-public ghc-wai-logger
(package
(name "ghc-wai-logger")
(version "2.3.0")
(version "2.3.2")
(source
(origin
(method url-fetch)
@ -430,7 +430,7 @@ (define-public ghc-wai-logger
".tar.gz"))
(sha256
(base32
"1w0b0vinsyqr37wciljkz8g5dcmfi2r210lq194a0wkycly9kkch"))))
"0w5ldq4gplc16zzk5ikmbbjw79imaqvw8p6lylaw3hlsbn3zzm4d"))))
(build-system haskell-build-system)
(arguments `(#:tests? #f)) ; FIXME: Tests cannot find libraries exported
; by propagated-inputs.