guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

219/328: gnu: ghc-wai-logger: Update to 2.3.5.


From: guix-commits
Subject: 219/328: gnu: ghc-wai-logger: Update to 2.3.5.
Date: Sat, 16 Nov 2019 19:33:11 -0500 (EST)

samplet pushed a commit to branch wip-haskell-updates
in repository guix.

commit 7183c45232c5fa099fa4b4d811ad40f71761c42a
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 14:24:37 2019 -0400

    gnu: ghc-wai-logger: Update to 2.3.5.
    
    * gnu/packages/haskell-web.scm (ghc-wai-logger): Update to 2.3.5.
---
 gnu/packages/haskell-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 84d4693..6a5b7e0 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]