summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)