guix-commits
[Top][All Lists]
Advanced

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

10/15: gnu: ghc-wai-extra: Update to 3.0.13.1.


From: Ludovic Courtès
Subject: 10/15: gnu: ghc-wai-extra: Update to 3.0.13.1.
Date: Fri, 16 Jun 2017 04:33:58 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit f6f0fee2cfea7bc512f30ecae8a6643071386c46
Author: rsiddharth <address@hidden>
Date:   Thu Jun 15 01:23:55 2017 +0000

    gnu: ghc-wai-extra: Update to 3.0.13.1.
    
    * gnu/packages/haskell.scm (ghc-wai-extra): Update to 3.0.13.1.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/haskell.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 40723fb..f29ad82 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5153,7 +5153,7 @@ communication between web applications and web servers.")
 (define-public ghc-wai-extra
   (package
     (name "ghc-wai-extra")
-    (version "3.0.11.1")
+    (version "3.0.13.1")
     (source
      (origin
        (method url-fetch)
@@ -5163,7 +5163,7 @@ communication between web applications and web servers.")
              ".tar.gz"))
        (sha256
         (base32
-         "1kr2s5qyx1dvnwr372h7pca4sgxjv0pdx96xkgsfi180h3mb0vq8"))))
+         "0mh761a1bayr4ydwqmh3h8ndpi19zqw34mmy49lp2abr70r0nm1p"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-ansi-terminal" ,ghc-ansi-terminal)



reply via email to

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