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 @@ classy-prelude.")
(define-public ghc-clock (define-public ghc-clock
(package (package
(name "ghc-clock") (name "ghc-clock")
(version "0.7.2") (version "0.8")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1671,7 +1671,7 @@ classy-prelude.")
"clock/" "clock/"
"clock-" version ".tar.gz")) "clock-" version ".tar.gz"))
(sha256 (sha256
(base32 "07v91s20halsqjmziqb1sqjp2sjpckl9by7y28aaklwqi2bh2rl8")))) (base32 "0539w9bjw6xbfv9v6aq9hijszxqdnqhilwpbwpql1400ji95r8q8"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-tasty" ,ghc-tasty) `(("ghc-tasty" ,ghc-tasty)