summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 13:22:18 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:37 -0500
commit5fba8d6d17352232d9d6754da7249626b2740d70 (patch)
tree8219e77575f82150dd809504d4f6bb10b13d693a
parentb58e5b84235382954838e3a3af3e4a4f2dc41d6d (diff)
gnu: ghc-bzlib-conduit: Update to 0.3.0.2.
* gnu/packages/haskell-xyz.scm (ghc-bzlib-conduit): Update to 0.3.0.2.
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index b8bd712442..49b5ae9afe 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)