guix-commits
[Top][All Lists]
Advanced

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

132/257: gnu: ghc-securemem: Update to 0.1.10.


From: Ricardo Wurmus
Subject: 132/257: gnu: ghc-securemem: Update to 0.1.10.
Date: Thu, 27 Sep 2018 15:47:14 -0400 (EDT)

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

commit a715c6f81f80b99ee84734605163831371d6102d
Author: Timothy Sample <address@hidden>
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)))



reply via email to

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