gnu: ghc-conduit-extra: Update to 1.3.4.
* gnu/packages/haskell-xyz.scm (ghc-conduit-extra): Update to 1.3.4.
This commit is contained in:
parent
1ac981d4e5
commit
151774d9cd
1 changed files with 2 additions and 2 deletions
|
@ -2098,7 +2098,7 @@ as well as a convenient Conduit module.")
|
||||||
(define-public ghc-conduit-extra
|
(define-public ghc-conduit-extra
|
||||||
(package
|
(package
|
||||||
(name "ghc-conduit-extra")
|
(name "ghc-conduit-extra")
|
||||||
(version "1.3.1.1")
|
(version "1.3.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2107,7 +2107,7 @@ as well as a convenient Conduit module.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jaj350vv6mbb26gdwcqz4gwzfzrjydv5pis2da49wz1npbakcfw"))))
|
"1d853d39vj5pb8yxfcsnjwdzqzkm34ixzbnba8bslpihb7182wxi"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-conduit" ,ghc-conduit)
|
`(("ghc-conduit" ,ghc-conduit)
|
||||||
|
|
Reference in a new issue