guix-commits
[Top][All Lists]
Advanced

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

50/272: gnu: ghc-time-locale-compat: Update to 0.1.1.5.


From: Ricardo Wurmus
Subject: 50/272: gnu: ghc-time-locale-compat: Update to 0.1.1.5.
Date: Mon, 1 Oct 2018 06:13:13 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 9b6d49e84ab6e3f30753d247437f659c66a8bcd7
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 22:09:31 2018 -0400

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

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 63a7825..7d63ec7 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2802,7 +2802,7 @@ with slicing and Clang-style colored diagnostics.")
 (define-public ghc-time-locale-compat
   (package
     (name "ghc-time-locale-compat")
-    (version "0.1.1.3")
+    (version "0.1.1.5")
     (source
      (origin
        (method url-fetch)
@@ -2811,7 +2811,7 @@ with slicing and Clang-style colored diagnostics.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "1vdcfr2hp9qh3ag90x6ikbdf42wiqpdylnplffna54bpnilbyi4i"))))
+         "0b2hmj8wwrfkndwzgm11qr496ca2ahwdxcj3m0ii91bxvrk1bzq7"))))
     (build-system haskell-build-system)
     (inputs `(("ghc-old-locale" ,ghc-old-locale)))
     (home-page "https://github.com/khibino/haskell-time-locale-compat";)



reply via email to

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