guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

72/249: gnu: ghc-async: Update to 2.2.2.


From: guix-commits
Subject: 72/249: gnu: ghc-async: Update to 2.2.2.
Date: Thu, 31 Oct 2019 23:49:31 -0400 (EDT)

samplet pushed a commit to branch wip-haskell-updates
in repository guix.

commit dd2de3a230deb74e61b50ad81eb3c548aefe091e
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 10:09:04 2019 -0400

    gnu: ghc-async: Update to 2.2.2.
    
    * gnu/packages/haskell-xyz.scm (ghc-async): Update to 2.2.2.
---
 gnu/packages/haskell-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 5f02cc4..ae17cba 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -357,7 +357,7 @@ style.")
 (define-public ghc-async
   (package
     (name "ghc-async")
-    (version "2.2.1")
+    (version "2.2.2")
     (source
      (origin
        (method url-fetch)
@@ -367,7 +367,7 @@ style.")
              ".tar.gz"))
        (sha256
         (base32
-         "09whscli1q5z7lzyq9rfk0bq1ydplh6pjmc6qv0x668k5818c2wg"))))
+         "1zxvfcyy4sg8lmzphi5dgnavksj5pav6rbvd5kc48lf4hanb2jjb"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-hashable" ,ghc-hashable)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]