guix-commits
[Top][All Lists]
Advanced

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

84/249: gnu: ghc-void: Update to 0.7.3.


From: guix-commits
Subject: 84/249: gnu: ghc-void: Update to 0.7.3.
Date: Thu, 31 Oct 2019 23:49:36 -0400 (EDT)

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

commit 961ce24fdae1260d272feb5fa1a776cd7ad06ca1
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 10:13:53 2019 -0400

    gnu: ghc-void: Update to 0.7.3.
    
    * gnu/packages/haskell-xyz.scm (ghc-void): Update to 0.7.3.
---
 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 9ac2b47..0200a91 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -11343,7 +11343,7 @@ and from some existing type with an Unbox instance.")
 (define-public ghc-void
   (package
     (name "ghc-void")
-    (version "0.7.2")
+    (version "0.7.3")
     (source
      (origin
        (method url-fetch)
@@ -11353,7 +11353,7 @@ and from some existing type with an Unbox instance.")
              ".tar.gz"))
        (sha256
         (base32
-         "0aygw0yb1h3yhmfl3bkwh5d3h0l4mmsxz7j53vdm6jryl1kgxzyk"))))
+         "05vk3x1r9a2pqnzfji475m5gdih2im1h7rbi2sc67p1pvj6pbbsk"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-semigroups" ,ghc-semigroups)



reply via email to

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