guix-commits
[Top][All Lists]
Advanced

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

234/329: gnu: ghc-bzlib-conduit: Update to 0.3.0.2.


From: guix-commits
Subject: 234/329: gnu: ghc-bzlib-conduit: Update to 0.3.0.2.
Date: Wed, 20 Nov 2019 21:18:25 -0500 (EST)

samplet pushed a commit to branch master
in repository guix.

commit 5fba8d6d17352232d9d6754da7249626b2740d70
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:22:18 2019 -0400

    gnu: ghc-bzlib-conduit: Update to 0.3.0.2.
    
    * gnu/packages/haskell-xyz.scm (ghc-bzlib-conduit): Update to 0.3.0.2.
---
 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 b8bd712..49b5ae9 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -1129,7 +1129,7 @@ from strict or lazy bytestrings.")
 (define-public ghc-bzlib-conduit
   (package
     (name "ghc-bzlib-conduit")
-    (version "0.3.0.1")
+    (version "0.3.0.2")
     (source
      (origin
        (method url-fetch)
@@ -1137,7 +1137,7 @@ from strict or lazy bytestrings.")
                            "bzlib-conduit-" version ".tar.gz"))
        (sha256
         (base32
-         "0fd2hnr782s7qgipazg2yxwia9qqhkvm9bcm90773c3zkxa13n23"))))
+         "0a21zin5plsl37hkxh2jv8cxwyjrbs2fy7n5cyrzgdaa7lmp6b7b"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-bindings-dsl" ,ghc-bindings-dsl)



reply via email to

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