summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 09:48:29 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:01 -0500
commitfad9cff23f20418f9dfb18f0f3b6d55919fa9ddb (patch)
treeac0b741f48736890405db4717d41ead9c9e31428
parent6bdd36c0e32aa08a773731672ee78c01027c2a8d (diff)
downloadguix-patches-fad9cff23f20418f9dfb18f0f3b6d55919fa9ddb.tar
guix-patches-fad9cff23f20418f9dfb18f0f3b6d55919fa9ddb.tar.gz
gnu: ghc-unix-time: Update to 0.4.7.
* gnu/packages/haskell-xyz.scm (ghc-unix-time): Update to 0.4.7.
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 89e4c07eff..55f20fe777 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10846,7 +10846,7 @@ isn't available, portable implementations are used.")
(define-public ghc-unix-time
(package
(name "ghc-unix-time")
- (version "0.3.8")
+ (version "0.4.7")
(source
(origin
(method url-fetch)
@@ -10856,7 +10856,7 @@ isn't available, portable implementations are used.")
".tar.gz"))
(sha256
(base32
- "051slgpid5cxiaw203ky0ql3823h28fcjs08axkzd4265wrvv8fw"))))
+ "02fyh298lm8jsg52i3z0ikazwz477ljqjmhnqr2d88grmn5ky8qr"))))
(build-system haskell-build-system)
(arguments
`(#:tests? #f)) ; FIXME: Test fails with "System.Time not found". This