me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/haskell-web.scm (ghc-wai-logger): Update to 2.3.5.
master
Timothy Sample 2019-10-31 14:24:37 -04:00
parent 50614014e4
commit e28c737c81
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -414,7 +414,7 @@ communication between web applications and web servers.")
(define-public ghc-wai-logger
(package
(name "ghc-wai-logger")
(version "2.3.2")
(version "2.3.5")
(source
(origin
(method url-fetch)
@ -424,7 +424,7 @@ communication between web applications and web servers.")
".tar.gz"))
(sha256
(base32
"0w5ldq4gplc16zzk5ikmbbjw79imaqvw8p6lylaw3hlsbn3zzm4d"))))
"05gbipyw0672irynsc3wqvvgzqixhmq69ay2mxh2phb734r8bcmm"))))
(build-system haskell-build-system)
(arguments `(#:tests? #f)) ; FIXME: Tests cannot find libraries exported
; by propagated-inputs.