guix-commits
[Top][All Lists]
Advanced

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

203/249: gnu: ghc-conduit-extra: Update to 1.3.4.


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

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

commit 7d2bfb936069b1299daa9def9df5a8ff94de1fb3
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:21:45 2019 -0400

    gnu: ghc-conduit-extra: Update to 1.3.4.
    
    * gnu/packages/haskell-xyz.scm (ghc-conduit-extra): Update to 1.3.4.
---
 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 3dfc895..10a2b40 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -2067,7 +2067,7 @@ as well as a convenient Conduit module.")
 (define-public ghc-conduit-extra
   (package
     (name "ghc-conduit-extra")
-    (version "1.3.1.1")
+    (version "1.3.4")
     (source
      (origin
        (method url-fetch)
@@ -2076,7 +2076,7 @@ as well as a convenient Conduit module.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "0jaj350vv6mbb26gdwcqz4gwzfzrjydv5pis2da49wz1npbakcfw"))))
+         "1d853d39vj5pb8yxfcsnjwdzqzkm34ixzbnba8bslpihb7182wxi"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-conduit" ,ghc-conduit)



reply via email to

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