gnu: ghc-clock: Update to 0.8.

* gnu/packages/haskell-xyz.scm (ghc-clock): Update to 0.8.
This commit is contained in:
Timothy Sample 2019-10-31 10:20:11 -04:00
parent 28049c2ac8
commit 0841b6f248
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -1662,7 +1662,7 @@ (define-public ghc-chunked-data
(define-public ghc-clock
(package
(name "ghc-clock")
(version "0.7.2")
(version "0.8")
(source
(origin
(method url-fetch)
@ -1671,7 +1671,7 @@ (define-public ghc-clock
"clock/"
"clock-" version ".tar.gz"))
(sha256
(base32 "07v91s20halsqjmziqb1sqjp2sjpckl9by7y28aaklwqi2bh2rl8"))))
(base32 "0539w9bjw6xbfv9v6aq9hijszxqdnqhilwpbwpql1400ji95r8q8"))))
(build-system haskell-build-system)
(inputs
`(("ghc-tasty" ,ghc-tasty)