summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 14:25:06 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:08 -0500
commit4fce0a4a34d0bc5b787634091664aca861902d26 (patch)
treec6984a3bd287ad161770ea4e7bb859300d105594 /gnu/packages
parent85decc1f6f4b0c92be89fdcc3198ddf1af91c2e4 (diff)
downloadguix-patches-4fce0a4a34d0bc5b787634091664aca861902d26.tar
guix-patches-4fce0a4a34d0bc5b787634091664aca861902d26.tar.gz
gnu: ghc-concurrent-output: Update to 1.10.11.
* gnu/packages/haskell-xyz.scm (ghc-concurrent-output): Update to 1.10.11.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 3feafe482b..fc438ccfb8 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -1916,7 +1916,7 @@ Python.")
(define-public ghc-concurrent-output
(package
(name "ghc-concurrent-output")
- (version "1.10.9")
+ (version "1.10.11")
(source
(origin
(method url-fetch)
@@ -1926,7 +1926,7 @@ Python.")
".tar.gz"))
(sha256
(base32
- "0mwf155w89nbbkjln7hhbn8k3f8p0ylcvgrg31cm7ijpx4499i4c"))))
+ "1d1aaqg5814k59b0iws3fh06p3g2siaj922gkhs75qgncj0my2p3"))))
(build-system haskell-build-system)
(inputs
`(("ghc-async" ,ghc-async)