guix-commits
[Top][All Lists]
Advanced

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

04/40: gnu: ghc-cryptonite: Update to 0.19.


From: Leo Famulari
Subject: 04/40: gnu: ghc-cryptonite: Update to 0.19.
Date: Fri, 23 Sep 2016 00:10:16 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit eddc69241be61ffca6b3709e78d508183a51f7d3
Author: ng0 <address@hidden>
Date:   Sun Sep 18 16:09:43 2016 +0000

    gnu: ghc-cryptonite: Update to 0.19.
    
    * gnu/packages/haskell.scm (ghc-cryptonite): Update to 0.19.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 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 3934c17..6fda9d8 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5979,7 +5979,7 @@ tasty.")
 (define-public ghc-cryptonite
   (package
     (name "ghc-cryptonite")
-    (version "0.9")
+    (version "0.19")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
@@ -5987,7 +5987,7 @@ tasty.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1h22x22lq2m8h456v5j50xm0l25bcm3h1pchsk83br909hjxql4z"))))
+                "1rw5k34vpn4134yrzdhf0rsshsrkixfbv9ap18di2n00z2cw1shw"))))
     (build-system haskell-build-system)
     (propagated-inputs
      `(("ghc-memory" ,ghc-memory)



reply via email to

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