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:
Timothy Sample 2019-10-31 14:25:16 -04:00
parent 23bb445b8b
commit 1ac981d4e5
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -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)