gnu: ghc-clock: Update to 0.7.2.
* gnu/packages/haskell.scm (ghc-clock): Update to 0.7.2.
This commit is contained in:
parent
4d9cdf3c4e
commit
615abb9550
|
@ -3710,7 +3710,7 @@ unbounded @code{Integer} type.")
|
||||||
(define-public ghc-clock
|
(define-public ghc-clock
|
||||||
(package
|
(package
|
||||||
(name "ghc-clock")
|
(name "ghc-clock")
|
||||||
(version "0.5.1")
|
(version "0.7.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3719,7 +3719,7 @@ unbounded @code{Integer} type.")
|
||||||
"clock/"
|
"clock/"
|
||||||
"clock-" version ".tar.gz"))
|
"clock-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ncph7vi2q6ywwc8ysxl1ibw6i5dwfvln88ssfazk8jgpj4iyykw"))))
|
(base32 "07v91s20halsqjmziqb1sqjp2sjpckl9by7y28aaklwqi2bh2rl8"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-tasty" ,ghc-tasty)
|
`(("ghc-tasty" ,ghc-tasty)
|
||||||
|
|
Loading…
Reference in New Issue