guix-commits
[Top][All Lists]
Advanced

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

220/272: gnu: ghc-wai-conduit: Update to 3.0.0.4.


From: Ricardo Wurmus
Subject: 220/272: gnu: ghc-wai-conduit: Update to 3.0.0.4.
Date: Mon, 1 Oct 2018 06:13:50 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 24d919ffbdfed549b02f765e5854f54ada5bc5f7
Author: Timothy Sample <address@hidden>
Date:   Wed Aug 29 01:02:44 2018 -0400

    gnu: ghc-wai-conduit: Update to 3.0.0.4.
    
    * gnu/packages/haskell-web.scm (ghc-wai-conduit): Update to 3.0.0.4.
---
 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 10bcbd2..ed1e02f 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -502,7 +502,7 @@ functionality.")
 (define-public ghc-wai-conduit
   (package
     (name "ghc-wai-conduit")
-    (version "3.0.0.3")
+    (version "3.0.0.4")
     (source
      (origin
        (method url-fetch)
@@ -511,7 +511,7 @@ functionality.")
                            "wai-conduit-" version ".tar.gz"))
        (sha256
         (base32
-         "1zvsiwjq2mvkb9sjgp3ly9m968m7a2jjzr4id6jpi3mmqykj15z4"))))
+         "07yn41rn2skd5p3wqqa09wa761vj7ibl8l19gh4bi4i8slxhk417"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-conduit" ,ghc-conduit)



reply via email to

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