gnu: ghc-x509-store: Update to 1.6.7.

* gnu/packages/haskell-crypto.scm (ghc-x509-store): Update to 1.6.7.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-18 14:25:55 +01:00
parent 1f795ab00e
commit 25ed60054b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -490,7 +490,7 @@ (define-public ghc-x509
(define-public ghc-x509-store
(package
(name "ghc-x509-store")
(version "1.6.6")
(version "1.6.7")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
@ -498,7 +498,7 @@ (define-public ghc-x509-store
version ".tar.gz"))
(sha256
(base32
"0dbndqmnmyixxc7308nyq3zlkhz9dff4rbcw2a49c77rbicny9va"))))
"1y8yyr1i95jkllg8k0z54k5v4vachp848clc07m33xpxidn3b1lp"))))
(build-system haskell-build-system)
(inputs
`(("ghc-pem" ,ghc-pem)