guix-commits
[Top][All Lists]
Advanced

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

08/10: gnu: ghc-setlocale: Update to 1.0.0.6.


From: Tobias Geerinckx-Rice
Subject: 08/10: gnu: ghc-setlocale: Update to 1.0.0.6.
Date: Wed, 15 Aug 2018 14:21:08 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 35a30cffa450636e6ece9f1cdf0190a5d8102272
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Aug 15 01:22:23 2018 +0200

    gnu: ghc-setlocale: Update to 1.0.0.6.
    
    * gnu/packages/haskell.scm (ghc-setlocale): Update to 1.0.0.6.
---
 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 9866a0d..b3aff4b 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1790,7 +1790,7 @@ environment variables.")
 (define-public ghc-setlocale
   (package
     (name "ghc-setlocale")
-    (version "1.0.0.4")
+    (version "1.0.0.6")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1798,7 +1798,7 @@ environment variables.")
                     version "/setlocale-" version ".tar.gz"))
               (sha256
                (base32
-                "1sd73zgpijr9xjdj5p562cmlcxmx5iff5k8xh9b6rpcgrgnnlf9j"))))
+                "1rl8qb8vzv8fdbczy2dxwgn4cb68lfrjdxf2w8nn9wy1acqzcyjq"))))
     (build-system haskell-build-system)
     (home-page "https://hackage.haskell.org/package/setlocale";)
     (synopsis "Haskell bindings to setlocale")



reply via email to

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