guix-commits
[Top][All Lists]
Advanced

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

110/177: gnu: ghc-wai-extra: Update to 3.0.18.


From: Ricardo Wurmus
Subject: 110/177: gnu: ghc-wai-extra: Update to 3.0.18.
Date: Tue, 13 Feb 2018 07:38:20 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 915b12e94be133ccfa7b88b0fdc763300684a7f5
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Feb 13 00:05:20 2018 +0100

    gnu: ghc-wai-extra: Update to 3.0.18.
    
    * gnu/packages/haskell-web.scm (ghc-wai-extra): Update to 3.0.18.
---
 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 d961a35..b6c37e5 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -424,7 +424,7 @@ communication between web applications and web servers.")
 (define-public ghc-wai-extra
   (package
     (name "ghc-wai-extra")
-    (version "3.0.13.1")
+    (version "3.0.18")
     (source
      (origin
        (method url-fetch)
@@ -434,7 +434,7 @@ communication between web applications and web servers.")
              ".tar.gz"))
        (sha256
         (base32
-         "0mh761a1bayr4ydwqmh3h8ndpi19zqw34mmy49lp2abr70r0nm1p"))))
+         "0r079mqqdv14fp97w0rigdpwk6b88grpjlqsjc5y8bbc0skf5za2"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-ansi-terminal" ,ghc-ansi-terminal)



reply via email to

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