mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 11:30:44 +02:00
gnu: ghc-wai-logger: Update to 2.3.5.
* gnu/packages/haskell-web.scm (ghc-wai-logger): Update to 2.3.5.
This commit is contained in:
parent
50614014e4
commit
e28c737c81
1 changed files with 2 additions and 2 deletions
|
@ -414,7 +414,7 @@ communication between web applications and web servers.")
|
||||||
(define-public ghc-wai-logger
|
(define-public ghc-wai-logger
|
||||||
(package
|
(package
|
||||||
(name "ghc-wai-logger")
|
(name "ghc-wai-logger")
|
||||||
(version "2.3.2")
|
(version "2.3.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -424,7 +424,7 @@ communication between web applications and web servers.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0w5ldq4gplc16zzk5ikmbbjw79imaqvw8p6lylaw3hlsbn3zzm4d"))))
|
"05gbipyw0672irynsc3wqvvgzqixhmq69ay2mxh2phb734r8bcmm"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments `(#:tests? #f)) ; FIXME: Tests cannot find libraries exported
|
(arguments `(#:tests? #f)) ; FIXME: Tests cannot find libraries exported
|
||||||
; by propagated-inputs.
|
; by propagated-inputs.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue