mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ghc-conduit: Update to 1.3.1.1.
* gnu/packages/haskell-xyz.scm (ghc-conduit): Update to 1.3.1.1.
This commit is contained in:
parent
23bb445b8b
commit
1ac981d4e5
1 changed files with 2 additions and 2 deletions
|
@ -1979,14 +1979,14 @@ concurrent threads. Can be used for progress displays etc.")
|
||||||
(define-public ghc-conduit
|
(define-public ghc-conduit
|
||||||
(package
|
(package
|
||||||
(name "ghc-conduit")
|
(name "ghc-conduit")
|
||||||
(version "1.3.0.3")
|
(version "1.3.1.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://hackage.haskell.org/package/"
|
(uri (string-append "https://hackage.haskell.org/package/"
|
||||||
"conduit/conduit-" version ".tar.gz"))
|
"conduit/conduit-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1sangm0qqi9dzlq95746a3kl14k8b09592a423shxjf2a0b1yx5v"))))
|
"18izjgff4pmrknc8py06yvg3g6x27nx0rzmlwjxcflwm5v4szpw4"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-exceptions" ,ghc-exceptions)
|
`(("ghc-exceptions" ,ghc-exceptions)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue