[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
- 107/257: gnu: ghc-chunked-data: Update to 0.3.1., (continued)
- 107/257: gnu: ghc-chunked-data: Update to 0.3.1., Ricardo Wurmus, 2018/09/27
- 106/257: gnu: ghc-semigroups: Update to 0.18.5., Ricardo Wurmus, 2018/09/27
- 96/257: gnu: ghc-async: Update to 2.2.1., Ricardo Wurmus, 2018/09/27
- 101/257: gnu: ghc-hashtables: Update to 1.2.3.1., Ricardo Wurmus, 2018/09/27
- 95/257: gnu: ghc-sha: Update to 1.6.4.4., Ricardo Wurmus, 2018/09/27
- 94/257: gnu: ghc-hashable: Update to 1.2.7.0., Ricardo Wurmus, 2018/09/27
- 91/257: gnu: ghc-edit-distance: Replace "--allow-newer" flag., Ricardo Wurmus, 2018/09/27
- 166/257: gnu: ghc-megaparsec: Update to 6.5.0., Ricardo Wurmus, 2018/09/27
- 163/257: gnu: ghc-comonad: Update to 5.0.4., Ricardo Wurmus, 2018/09/27
- 165/257: gnu: ghc-iproute: Update to 1.7.5., Ricardo Wurmus, 2018/09/27
- 159/257: gnu: ghc-x509-store: Update to 1.6.6.,
Ricardo Wurmus <=
- 89/257: gnu: ghc-cereal: Update to 0.5.7.0., Ricardo Wurmus, 2018/09/27
- 84/257: gnu: ghc-test-framework: Update to 0.8.2.0., Ricardo Wurmus, 2018/09/27
- 81/257: gnu: ghc-language-c: Update to 0.8.1., Ricardo Wurmus, 2018/09/27
- 82/257: gnu: ghc-th-reify-many: Update to 0.1.8., Ricardo Wurmus, 2018/09/27
- 78/257: gnu: ghc-vector: Update Cabal file to r3., Ricardo Wurmus, 2018/09/27
- 76/257: gnu: ghc-th-expand-syns: Update to 0.4.4.0., Ricardo Wurmus, 2018/09/27
- 77/257: gnu: ghc-utility-ht: Update to 0.0.14., Ricardo Wurmus, 2018/09/27
- 74/257: gnu: ghc-safe: Update to 0.3.17., Ricardo Wurmus, 2018/09/27
- 57/257: gnu: ghc-monad-control: Update to 1.0.2.3., Ricardo Wurmus, 2018/09/27
- 61/257: gnu: ghc-syb: Update to 0.7., Ricardo Wurmus, 2018/09/27