summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-xyz.scm
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2021-10-25 14:28:37 +0200
committerLars-Dominik Braun <lars@6xq.net>2021-11-02 09:32:51 +0100
commitd9641d4f7bf80c7a0b555a661cd1753d4927d6c1 (patch)
treea147e9ac5ceef0674158c0417f399ab19e933c54 /gnu/packages/haskell-xyz.scm
parent6a99db4f1520f63b0a92f1ec5ec7f6903d370495 (diff)
downloadguix-patches-d9641d4f7bf80c7a0b555a661cd1753d4927d6c1.tar
guix-patches-d9641d4f7bf80c7a0b555a661cd1753d4927d6c1.tar.gz
gnu: ghc-lzma-conduit: Update to 1.2.2.
* gnu/packages/haskell-xyz.scm (ghc-lzma-conduit): Update to 1.2.2.
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-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 0ac47674b6..2474199df4 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)