rekado pushed a commit to branch master
in repository guix.
commit 4828f040df32b2fef214034d3eddce94052f760e
Author: Timothy Sample <[email protected]>
Date: Tue Aug 28 23:41:46 2018 -0400
gnu: ghc-securemem: Update to 0.1.10.
* gnu/packages/haskell.scm (ghc-securemem): Update to 0.1.10.
---
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 9f2b6f2..5d5815a 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -9535,7 +9535,7 @@ interpolates variables according to the type being
inserted.")
(define-public ghc-securemem
(package
(name "ghc-securemem")
- (version "0.1.9")
+ (version "0.1.10")
(source
(origin
(method url-fetch)
@@ -9544,7 +9544,7 @@ interpolates variables according to the type being
inserted.")
"securemem-" version ".tar.gz"))
(sha256
(base32
- "0dkhhjxa7njc3qbgvd5a23rkvr39vj2kn2a9nk6yjg7a8b2hvdpy"))))
+ "19hnw2cfbsfjynxq1bq9f6djbxhsc1k751ml0y1ab3ah913mm29j"))))
(build-system haskell-build-system)
(inputs `(("ghc-byteable" ,ghc-byteable)
("ghc-memory" ,ghc-memory)))