gnu: ghc-conduit-extra: Update to 1.1.13.3.
* gnu/packages/haskell.scm (ghc-conduit-extra): Update to 1.1.13.3.
This commit is contained in:
parent
95260eb26d
commit
1e4a612263
|
@ -5905,7 +5905,7 @@ better for some purposes.")
|
||||||
(define-public ghc-conduit-extra
|
(define-public ghc-conduit-extra
|
||||||
(package
|
(package
|
||||||
(name "ghc-conduit-extra")
|
(name "ghc-conduit-extra")
|
||||||
(version "1.1.13.2")
|
(version "1.1.13.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -5914,7 +5914,7 @@ better for some purposes.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"108vsn9dpsfwvar7nssw6wkqy26rxlf3p4ran6swa5xh8l6d5k4z"))))
|
"0j3cqpkrn7lbpviv6w0gjh93fjjbh1an2sq0yz7svaawja8civy2"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-conduit" ,ghc-conduit)
|
`(("ghc-conduit" ,ghc-conduit)
|
||||||
|
|
Loading…
Reference in New Issue