summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 10:13:53 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:09 -0500
commit518891213ea31ba08f5d5fe661b86e3fcebdaf85 (patch)
tree0de56913c5f075f9be17aecd4c5e3394e2e451a2
parentb900f4860ebdd607361d34c6dbc0124d6600ae66 (diff)
downloadguix-patches-518891213ea31ba08f5d5fe661b86e3fcebdaf85.tar
guix-patches-518891213ea31ba08f5d5fe661b86e3fcebdaf85.tar.gz
gnu: ghc-void: Update to 0.7.3.
* gnu/packages/haskell-xyz.scm (ghc-void): Update to 0.7.3.
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index fa585133dc..77eaef2a49 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -11457,7 +11457,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)
@@ -11467,7 +11467,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)