gnu: ghc-void: Update to 0.7.2.

* gnu/packages/haskell.scm (ghc-void): Update to 0.7.2.
This commit is contained in:
Timothy Sample 2018-08-28 23:26:23 -04:00 committed by Ricardo Wurmus
parent c839da8512
commit e99625b5ae
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4601,7 +4601,7 @@ (define-public ghc-nats-bootstrap
(define-public ghc-void (define-public ghc-void
(package (package
(name "ghc-void") (name "ghc-void")
(version "0.7.1") (version "0.7.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -4611,7 +4611,7 @@ (define-public ghc-void
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1x15x2axz84ndw2bf60vjqljhrb0w95lddaljsxrl0hcd29zvw69")))) "0aygw0yb1h3yhmfl3bkwh5d3h0l4mmsxz7j53vdm6jryl1kgxzyk"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-semigroups" ,ghc-semigroups) `(("ghc-semigroups" ,ghc-semigroups)