diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 13:24:39 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:39 -0500 |
commit | cd518e951371d8dcc3e8a94ea43290ed8e3f96f4 (patch) | |
tree | 0ef31b78e99d3ef6905d20490e455e87566f39bc | |
parent | 08f5439074918d3f90906cb38143a0245b440c07 (diff) | |
download | patches-cd518e951371d8dcc3e8a94ea43290ed8e3f96f4.tar patches-cd518e951371d8dcc3e8a94ea43290ed8e3f96f4.tar.gz |
gnu: ghc-stm-conduit: Update to 4.0.1.
* gnu/packages/haskell-xyz.scm (ghc-stm-conduit): Update to 4.0.1.
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index d643ed21c4..cc260018ea 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -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) |