[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")
- branch master updated (44d085b -> c2f6c9b), Tobias Geerinckx-Rice, 2018/08/15
- 03/10: gnu: tremc: Fix shebang., Tobias Geerinckx-Rice, 2018/08/15
- 01/10: gnu: subversion: Update to 1.10.2., Tobias Geerinckx-Rice, 2018/08/15
- 05/10: gnu: inxi: Update to 3.0.20-1., Tobias Geerinckx-Rice, 2018/08/15
- 06/10: gnu: python-txamqp: Update to 0.8.2., Tobias Geerinckx-Rice, 2018/08/15
- 02/10: gnu: python-lzstring: Update to 1.0.4., Tobias Geerinckx-Rice, 2018/08/15
- 04/10: gnu: tremc: Update to 0.9.1., Tobias Geerinckx-Rice, 2018/08/15
- 07/10: gnu: cvs-fast-export: Update to 1.44., Tobias Geerinckx-Rice, 2018/08/15
- 10/10: gnu: aubio: Use HTTPS home page., Tobias Geerinckx-Rice, 2018/08/15
- 09/10: gnu: acpid: Update to 2.0.30., Tobias Geerinckx-Rice, 2018/08/15
- 08/10: gnu: ghc-setlocale: Update to 1.0.0.6.,
Tobias Geerinckx-Rice <=