guix-commits
[Top][All Lists]
Advanced

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

24/328: gnu: ghc-setlocale: Update to 1.0.0.9.


From: guix-commits
Subject: 24/328: gnu: ghc-setlocale: Update to 1.0.0.9.
Date: Sat, 16 Nov 2019 19:32:13 -0500 (EST)

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

commit e7d4f75e21a142ef9d4b7adfb93f8b6fb89933c7
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 01:22:38 2019 -0400

    gnu: ghc-setlocale: Update to 1.0.0.9.
    
    * gnu/packages/haskell-xyz.scm (ghc-setlocale): Update to 1.0.0.9.
---
 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 6e7e81d..b16d822 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -9098,7 +9098,7 @@ environment variables.")
 (define-public ghc-setlocale
   (package
     (name "ghc-setlocale")
-    (version "1.0.0.8")
+    (version "1.0.0.9")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -9106,7 +9106,7 @@ environment variables.")
                     version "/setlocale-" version ".tar.gz"))
               (sha256
                (base32
-                "0sdrsmkhw08483d73ysgm2926fdbhii61br03lqpqw0lfzj4ilbd"))))
+                "18b6xafspzxrmz5m9r9nzy3z053crqi59xc8n8aqd4gw0pvqdcrv"))))
     (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]