gnu: ghc-lzma-conduit: Update to 1.2.2.
* gnu/packages/haskell-xyz.scm (ghc-lzma-conduit): Update to 1.2.2.master
parent
6a99db4f15
commit
d9641d4f7b
|
@ -7583,7 +7583,7 @@ monadic incremental interface is provided as well.")
|
||||||
(define-public ghc-lzma-conduit
|
(define-public ghc-lzma-conduit
|
||||||
(package
|
(package
|
||||||
(name "ghc-lzma-conduit")
|
(name "ghc-lzma-conduit")
|
||||||
(version "1.2.1")
|
(version "1.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -7591,7 +7591,7 @@ monadic incremental interface is provided as well.")
|
||||||
"lzma-conduit-" version ".tar.gz"))
|
"lzma-conduit-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hm72da7xk9l3zxjh274yg444vf405djxqbkf3q3p2qhicmxlmg9"))))
|
"1z6q16hzp2r5a4gdbg9akky5l9bfarzzhzswrgvh0v28ax400whb"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-conduit" ,ghc-conduit)
|
`(("ghc-conduit" ,ghc-conduit)
|
||||||
|
|
Reference in New Issue