mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: ghc-async: Update to 2.2.2.
* gnu/packages/haskell-xyz.scm (ghc-async): Update to 2.2.2.
This commit is contained in:
parent
19edf0d017
commit
048ef066cc
1 changed files with 2 additions and 2 deletions
|
@ -358,7 +358,7 @@ (define-public ghc-appar
|
|||
(define-public ghc-async
|
||||
(package
|
||||
(name "ghc-async")
|
||||
(version "2.2.1")
|
||||
(version "2.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -368,7 +368,7 @@ (define-public ghc-async
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"09whscli1q5z7lzyq9rfk0bq1ydplh6pjmc6qv0x668k5818c2wg"))))
|
||||
"1zxvfcyy4sg8lmzphi5dgnavksj5pav6rbvd5kc48lf4hanb2jjb"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-hashable" ,ghc-hashable)
|
||||
|
|
Loading…
Reference in a new issue