mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: ghc-concurrent-output: Update to 1.10.11.
* gnu/packages/haskell-xyz.scm (ghc-concurrent-output): Update to 1.10.11.
This commit is contained in:
parent
85decc1f6f
commit
4fce0a4a34
1 changed files with 2 additions and 2 deletions
|
@ -1916,7 +1916,7 @@ (define-public ghc-concurrent-extra
|
|||
(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 @@ (define-public ghc-concurrent-output
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0mwf155w89nbbkjln7hhbn8k3f8p0ylcvgrg31cm7ijpx4499i4c"))))
|
||||
"1d1aaqg5814k59b0iws3fh06p3g2siaj922gkhs75qgncj0my2p3"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-async" ,ghc-async)
|
||||
|
|
Loading…
Reference in a new issue