[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
171/272: gnu: ghc-x509-validation: Update to 1.6.10.
From: |
Ricardo Wurmus |
Subject: |
171/272: gnu: ghc-x509-validation: Update to 1.6.10. |
Date: |
Mon, 1 Oct 2018 06:13:40 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit bb84b01d51c3293fdd56e0907be87ac94f593197
Author: Timothy Sample <address@hidden>
Date: Wed Aug 29 00:34:16 2018 -0400
gnu: ghc-x509-validation: Update to 1.6.10.
* gnu/packages/haskell-crypto.scm (ghc-x509-validation): Update to 1.6.10.
[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 a4e0a22..ff44970 100644
--- a/gnu/packages/haskell-crypto.scm
+++ b/gnu/packages/haskell-crypto.scm
@@ -481,7 +481,7 @@ collections, certificates, revocation lists, and exception
lists.")
(define-public ghc-x509-validation
(package
(name "ghc-x509-validation")
- (version "1.6.5")
+ (version "1.6.10")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
@@ -489,7 +489,7 @@ collections, certificates, revocation lists, and exception
lists.")
version ".tar.gz"))
(sha256
(base32
- "190w1sr3w6w49v3yvqz4grb0v09ym4gll3n8bxwijvbvcybk3xyi"))))
+ "1ms51scawldgyfcim5a2qlgyn3rnrclyh205d6djaa1569vrs73n"))))
(build-system haskell-build-system)
(inputs
`(("ghc-memory" ,ghc-memory)
@@ -502,6 +502,9 @@ collections, certificates, revocation lists, and exception
lists.")
("ghc-x509" ,ghc-x509)
("ghc-x509-store" ,ghc-x509-store)
("ghc-cryptonite" ,ghc-cryptonite)))
+ (native-inputs
+ `(("ghc-tasty" ,ghc-tasty)
+ ("ghc-tasty-hunit" ,ghc-tasty-hunit)))
(home-page "https://github.com/vincenthz/hs-certificate")
(synopsis "X.509 certificate and revocation list validation")
(description
- 232/272: gnu: ghc-lens: Update to 4.16.1., (continued)
- 232/272: gnu: ghc-lens: Update to 4.16.1., Ricardo Wurmus, 2018/10/01
- 261/272: gnu: Add ghc-sdl2-mixer., Ricardo Wurmus, 2018/10/01
- 253/272: gnu: ghc-pandoc-citeproc: Update to 0.14.3.1., Ricardo Wurmus, 2018/10/01
- 272/272: gnu: ghc-statistics: Fix build., Ricardo Wurmus, 2018/10/01
- 263/272: gnu: raincat: Update to 1.2.1., Ricardo Wurmus, 2018/10/01
- 264/272: gnu: git-annex: Update to 6.20180926., Ricardo Wurmus, 2018/10/01
- 130/272: gnu: ghc-extra: Update to 1.6.9., Ricardo Wurmus, 2018/10/01
- 142/272: gnu: ghc-unliftio: Update to 0.2.7.0., Ricardo Wurmus, 2018/10/01
- 148/272: gnu: ghc-th-orphans: Update to 0.13.6., Ricardo Wurmus, 2018/10/01
- 162/272: gnu: ghc-bytes: Update to 0.15.5., Ricardo Wurmus, 2018/10/01
- 171/272: gnu: ghc-x509-validation: Update to 1.6.10.,
Ricardo Wurmus <=
- 174/272: gnu: ghc-bifunctors: Update to 5.5.3., Ricardo Wurmus, 2018/10/01
- 188/272: gnu: ghc-aeson-pretty: Update to 0.8.7., Ricardo Wurmus, 2018/10/01
- 239/272: gnu: Remove old versions of ghc-doctest., Ricardo Wurmus, 2018/10/01
- 256/272: gnu: ghc-base-compat: Update to 0.10.4., Ricardo Wurmus, 2018/10/01
- 265/272: gnu: agda: Fix build., Ricardo Wurmus, 2018/10/01
- 139/272: gnu: ghc-half: Update to 0.3., Ricardo Wurmus, 2018/10/01
- 258/272: gnu: Add ghc-weigh., Ricardo Wurmus, 2018/10/01
- 131/272: gnu: ghc-pem: Update to 0.2.4., Ricardo Wurmus, 2018/10/01
- 183/272: gnu: ghc-tasty-th: Update to 0.1.7., Ricardo Wurmus, 2018/10/01
- 207/272: gnu: ghc-adjunctions: Update to 4.4., Ricardo Wurmus, 2018/10/01