gnu: ghc-clock: Update to 0.8.
* gnu/packages/haskell-xyz.scm (ghc-clock): Update to 0.8.
This commit is contained in:
parent
28049c2ac8
commit
0841b6f248
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue