gnu: ghc-stm-conduit: Update to 4.0.1.

* gnu/packages/haskell-xyz.scm (ghc-stm-conduit): Update to 4.0.1.
This commit is contained in:
Timothy Sample 2019-10-31 13:24:39 -04:00
parent 08f5439074
commit cd518e9513
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59

View File

@ -9779,7 +9779,7 @@ features.")
(define-public ghc-stm-conduit
(package
(name "ghc-stm-conduit")
(version "4.0.0")
(version "4.0.1")
(source
(origin
(method url-fetch)
@ -9787,7 +9787,7 @@ features.")
"stm-conduit-" version ".tar.gz"))
(sha256
(base32
"0paapljn7nqfzrx889y0n8sszci38mdiaxkgr0bb00ph9246rr7z"))))
"0hhlxvpp7mah8dcvkknh6skx44jfk3092zz2w52zlr255bkmn3p8"))))
(build-system haskell-build-system)
(inputs
`(("ghc-stm-chans" ,ghc-stm-chans)