guix-commits
[Top][All Lists]
Advanced

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

216/249: gnu: ghc-conduit-algorithms: Update to 0.0.11.0.


From: guix-commits
Subject: 216/249: gnu: ghc-conduit-algorithms: Update to 0.0.11.0.
Date: Thu, 31 Oct 2019 23:50:05 -0400 (EDT)

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

commit e1f0c7da6725db0df6bd0b99bd47b63d50e33d60
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:25:35 2019 -0400

    gnu: ghc-conduit-algorithms: Update to 0.0.11.0.
    
    * gnu/packages/haskell-xyz.scm (ghc-conduit-algorithms): Update to 0.0.11.0.
---
 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 78c7a3a..ea16ddb 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -1987,7 +1987,7 @@ space as enumerator/iteratee and pipes.")
 (define-public ghc-conduit-algorithms
   (package
     (name "ghc-conduit-algorithms")
-    (version "0.0.8.1")
+    (version "0.0.11.0")
     (source
      (origin
        (method url-fetch)
@@ -1996,7 +1996,7 @@ space as enumerator/iteratee and pipes.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "07gx2q3d1bbfw14q41rmqg0i4m018pci10lswc0k1ij6lw7sb9fd"))))
+         "0c1jwz30kkvimx7lb61782yk0kyfamrf5bqc3g1h7g51lk8bbv9i"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-async" ,ghc-async)



reply via email to

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