aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 01:22:38 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:47:57 -0500
commit9d7cfc9ba9f6e48a0217db64d838312493909653 (patch)
treebbb851c89d81eef300bf20f2b1f97d38d58026ec
parent1159d1a52696b9336bdbf7b23fbea1dc429d3e41 (diff)
downloadguix-9d7cfc9ba9f6e48a0217db64d838312493909653.tar
guix-9d7cfc9ba9f6e48a0217db64d838312493909653.tar.gz
gnu: ghc-setlocale: Update to 1.0.0.9.
* gnu/packages/haskell-xyz.scm (ghc-setlocale): Update to 1.0.0.9.
-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 6e7e81d2a9..b16d82284e 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")