me
/
guix
Archived
1
0
Fork 0

gnu: ghc-clock: Update to 0.8.

* gnu/packages/haskell-xyz.scm (ghc-clock): Update to 0.8.
master
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
1 changed files with 2 additions and 2 deletions

View File

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