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:
parent
1f795ab00e
commit
25ed60054b
1 changed files with 2 additions and 2 deletions
|
@ -490,7 +490,7 @@ (define-public ghc-x509
|
||||||
(define-public ghc-x509-store
|
(define-public ghc-x509-store
|
||||||
(package
|
(package
|
||||||
(name "ghc-x509-store")
|
(name "ghc-x509-store")
|
||||||
(version "1.6.6")
|
(version "1.6.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://hackage.haskell.org/package/"
|
(uri (string-append "https://hackage.haskell.org/package/"
|
||||||
|
@ -498,7 +498,7 @@ (define-public ghc-x509-store
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dbndqmnmyixxc7308nyq3zlkhz9dff4rbcw2a49c77rbicny9va"))))
|
"1y8yyr1i95jkllg8k0z54k5v4vachp848clc07m33xpxidn3b1lp"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-pem" ,ghc-pem)
|
`(("ghc-pem" ,ghc-pem)
|
||||||
|
|
Loading…
Reference in a new issue