mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: ghc-conduit-combinators: Update to 1.3.0.
* gnu/packages/haskell.scm (ghc-conduit-combinators): Update to 1.3.0.
This commit is contained in:
parent
5c51cdb962
commit
37d79707e3
1 changed files with 2 additions and 2 deletions
|
@ -8913,7 +8913,7 @@ (define-public ghc-mono-traversable
|
|||
(define-public ghc-conduit-combinators
|
||||
(package
|
||||
(name "ghc-conduit-combinators")
|
||||
(version "1.1.1")
|
||||
(version "1.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -8922,7 +8922,7 @@ (define-public ghc-conduit-combinators
|
|||
"conduit-combinators-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0609miq03lq9visfb2dqqsxghmvgzm24pq39mqby1jnnah6yh8m0"))))
|
||||
"1lz70vwp4y4lpsivxl0cshq7aq3968rh48r6rjvpyaj2l0bdj5wp"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs `(("ghc-conduit" ,ghc-conduit)
|
||||
("ghc-conduit-extra" ,ghc-conduit-extra)
|
||||
|
|
Loading…
Reference in a new issue