me
/
guix
Archived
1
0
Fork 0

gnu: ghc-void: Update to 0.7.3.

* gnu/packages/haskell-xyz.scm (ghc-void): Update to 0.7.3.
master
Timothy Sample 2019-10-31 10:13:53 -04:00
parent b900f4860e
commit 518891213e
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -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)