guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

45/249: gnu: ghc-unix-time: Update to 0.4.7.


From: guix-commits
Subject: 45/249: gnu: ghc-unix-time: Update to 0.4.7.
Date: Thu, 31 Oct 2019 23:49:24 -0400 (EDT)

samplet pushed a commit to branch wip-haskell-updates
in repository guix.

commit fda497a995b9b13476a4f48b85e65a84d716ba5d
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 09:48:29 2019 -0400

    gnu: ghc-unix-time: Update to 0.4.7.
    
    * gnu/packages/haskell-xyz.scm (ghc-unix-time): Update to 0.4.7.
---
 gnu/packages/haskell-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 14313e7..7ec3552 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10778,7 +10778,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)
@@ -10788,7 +10788,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]