guix-commits
[Top][All Lists]
Advanced

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

202/249: gnu: ghc-conduit: Update to 1.3.1.1.


From: guix-commits
Subject: 202/249: gnu: ghc-conduit: Update to 1.3.1.1.
Date: Thu, 31 Oct 2019 23:50:03 -0400 (EDT)

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

commit 3c4cc3e0d895974457024ad9db99b65b72ccbfe6
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 14:25:16 2019 -0400

    gnu: ghc-conduit: Update to 1.3.1.1.
    
    * gnu/packages/haskell-xyz.scm (ghc-conduit): Update to 1.3.1.1.
---
 gnu/packages/haskell-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index a5eac5f..3dfc895 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -1948,14 +1948,14 @@ concurrent threads.  Can be used for progress displays 
etc.")
 (define-public ghc-conduit
   (package
     (name "ghc-conduit")
-    (version "1.3.0.3")
+    (version "1.3.1.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
                                   "conduit/conduit-" version ".tar.gz"))
               (sha256
                (base32
-                "1sangm0qqi9dzlq95746a3kl14k8b09592a423shxjf2a0b1yx5v"))))
+                "18izjgff4pmrknc8py06yvg3g6x27nx0rzmlwjxcflwm5v4szpw4"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-exceptions" ,ghc-exceptions)



reply via email to

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