guix-commits
[Top][All Lists]
Advanced

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

159/257: gnu: ghc-x509-store: Update to 1.6.6.


From: Ricardo Wurmus
Subject: 159/257: gnu: ghc-x509-store: Update to 1.6.6.
Date: Thu, 27 Sep 2018 15:47:19 -0400 (EDT)

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

commit dacb995ab6441566de6475c297fe66dbfe0ae65e
Author: Timothy Sample <address@hidden>
Date:   Wed Aug 29 00:26:37 2018 -0400

    gnu: ghc-x509-store: Update to 1.6.6.
    
    * gnu/packages/haskell-crypto.scm (ghc-x509-store): Update to 1.6.6.
    [native-inputs]: Add ghc-tasty and ghc-tasty-hunit.
---
 gnu/packages/haskell-crypto.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-crypto.scm b/gnu/packages/haskell-crypto.scm
index cff678d..9903555 100644
--- a/gnu/packages/haskell-crypto.scm
+++ b/gnu/packages/haskell-crypto.scm
@@ -452,7 +452,7 @@ libraries, like OpenSSL.")
 (define-public ghc-x509-store
   (package
     (name "ghc-x509-store")
-    (version "1.6.2")
+    (version "1.6.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
@@ -460,7 +460,7 @@ libraries, like OpenSSL.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0yw09nwkvr324qz4sc27c0p28bz2h6gns6lkaz9mz92mgqf2dza9"))))
+                "0dbndqmnmyixxc7308nyq3zlkhz9dff4rbcw2a49c77rbicny9va"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-pem" ,ghc-pem)
@@ -468,6 +468,9 @@ libraries, like OpenSSL.")
        ("ghc-asn1-encoding" ,ghc-asn1-encoding)
        ("ghc-cryptonite" ,ghc-cryptonite)
        ("ghc-x509" ,ghc-x509)))
+    (native-inputs
+     `(("ghc-tasty" ,ghc-tasty)
+       ("ghc-tasty-hunit" ,ghc-tasty-hunit)))
     (home-page "https://github.com/vincenthz/hs-certificate";)
     (synopsis "X.509 collection accessing and storing methods")
     (description



reply via email to

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