3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: ghc-distributive: Update to 0.6.2.

* gnu/packages/haskell-xyz.scm (ghc-distributive): Update to 0.6.2.
This commit is contained in:
Ricardo Wurmus 2020-06-27 22:29:53 +02:00
parent 2b3466de99
commit 78215a14b1
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3241,7 +3241,7 @@ disk space usage.")
(define-public ghc-distributive
(package
(name "ghc-distributive")
(version "0.6.1")
(version "0.6.2")
(source
(origin
(method url-fetch)
@ -3251,7 +3251,7 @@ disk space usage.")
".tar.gz"))
(sha256
(base32
"1wnayzzb4vk8rhh9gzhdpd9f64366k4vmbhximavmqqmp3cv2jbp"))))
"1j93zkfffm6s16kgr0j0z87y5ds28rw0r2gyc5ncwcylvrqy4kl2"))))
(build-system haskell-build-system)
(inputs
`(("ghc-tagged" ,ghc-tagged)