mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: ghc-unix-time: Update to 0.4.7.
* gnu/packages/haskell-xyz.scm (ghc-unix-time): Update to 0.4.7.
This commit is contained in:
parent
6bdd36c0e3
commit
fad9cff23f
1 changed files with 2 additions and 2 deletions
|
@ -10846,7 +10846,7 @@ (define-public ghc-unix-compat
|
||||||
(define-public ghc-unix-time
|
(define-public ghc-unix-time
|
||||||
(package
|
(package
|
||||||
(name "ghc-unix-time")
|
(name "ghc-unix-time")
|
||||||
(version "0.3.8")
|
(version "0.4.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -10856,7 +10856,7 @@ (define-public ghc-unix-time
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"051slgpid5cxiaw203ky0ql3823h28fcjs08axkzd4265wrvv8fw"))))
|
"02fyh298lm8jsg52i3z0ikazwz477ljqjmhnqr2d88grmn5ky8qr"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; FIXME: Test fails with "System.Time not found". This
|
`(#:tests? #f)) ; FIXME: Test fails with "System.Time not found". This
|
||||||
|
|
Loading…
Reference in a new issue