mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05: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 @@ (define-public ghc-concurrent-output
|
|||
(define-public ghc-conduit
|
||||
(package
|
||||
(name "ghc-conduit")
|
||||
(version "1.3.0.3")
|
||||
(version "1.3.1.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://hackage.haskell.org/package/"
|
||||
"conduit/conduit-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1sangm0qqi9dzlq95746a3kl14k8b09592a423shxjf2a0b1yx5v"))))
|
||||
"18izjgff4pmrknc8py06yvg3g6x27nx0rzmlwjxcflwm5v4szpw4"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-exceptions" ,ghc-exceptions)
|
||||
|
|
Loading…
Reference in a new issue