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:
Timothy Sample 2019-10-31 10:09:04 -04:00
parent 19edf0d017
commit 048ef066cc
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59

View File

@ -358,7 +358,7 @@ style.")
(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 @@ style.")
".tar.gz"))
(sha256
(base32
"09whscli1q5z7lzyq9rfk0bq1ydplh6pjmc6qv0x668k5818c2wg"))))
"1zxvfcyy4sg8lmzphi5dgnavksj5pav6rbvd5kc48lf4hanb2jjb"))))
(build-system haskell-build-system)
(inputs
`(("ghc-hashable" ,ghc-hashable)