lbraun pushed a commit to branch wip-stackage-18.14
in repository guix.
commit e45dd719ab8e16c0edf86be140a5de594ded9bf8
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Mon Oct 25 14:28:37 2021 +0200
gnu: ghc-lzma-conduit: Update to 1.2.2.
* gnu/packages/haskell-xyz.scm (ghc-lzma-conduit): Update to 1.2.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 0ac4767..2474199 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -7583,7 +7583,7 @@ monadic incremental interface is provided as well.")
(define-public ghc-lzma-conduit
(package
(name "ghc-lzma-conduit")
- (version "1.2.1")
+ (version "1.2.2")
(source
(origin
(method url-fetch)
@@ -7591,7 +7591,7 @@ monadic incremental interface is provided as well.")
"lzma-conduit-" version ".tar.gz"))
(sha256
(base32
- "0hm72da7xk9l3zxjh274yg444vf405djxqbkf3q3p2qhicmxlmg9"))))
+ "1z6q16hzp2r5a4gdbg9akky5l9bfarzzhzswrgvh0v28ax400whb"))))
(build-system haskell-build-system)
(inputs
`(("ghc-conduit" ,ghc-conduit)