aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2018-08-28 23:26:23 -0400
committerRicardo Wurmus <rekado@elephly.net>2018-10-01 12:12:14 +0200
commite99625b5aeed7d000de947afc57454444894d8c5 (patch)
treec037850c7941bfa19675fb4b29f2a13e8b02848d /gnu/packages
parentc839da85129858fb7b374c5f903f1d32ae676abc (diff)
downloadguix-e99625b5aeed7d000de947afc57454444894d8c5.tar.gz
guix-e99625b5aeed7d000de947afc57454444894d8c5.zip
gnu: ghc-void: Update to 0.7.2.
* gnu/packages/haskell.scm (ghc-void): Update to 0.7.2.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/haskell.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 76feb10a12..38bdd7c05b 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4601,7 +4601,7 @@ Compatibility package for older packages.")
(define-public ghc-void
(package
(name "ghc-void")
- (version "0.7.1")
+ (version "0.7.2")
(source
(origin
(method url-fetch)
@@ -4611,7 +4611,7 @@ Compatibility package for older packages.")
".tar.gz"))
(sha256
(base32
- "1x15x2axz84ndw2bf60vjqljhrb0w95lddaljsxrl0hcd29zvw69"))))
+ "0aygw0yb1h3yhmfl3bkwh5d3h0l4mmsxz7j53vdm6jryl1kgxzyk"))))
(build-system haskell-build-system)
(inputs
`(("ghc-semigroups" ,ghc-semigroups)