gnu: ghc-x509-validation: Update to 1.6.11.
* gnu/packages/haskell-crypto.scm (ghc-x509-validation): Update to 1.6.11.
This commit is contained in:
parent
25ed60054b
commit
693bcfe222
|
@ -519,7 +519,7 @@ collections, certificates, revocation lists, and exception lists.")
|
||||||
(define-public ghc-x509-validation
|
(define-public ghc-x509-validation
|
||||||
(package
|
(package
|
||||||
(name "ghc-x509-validation")
|
(name "ghc-x509-validation")
|
||||||
(version "1.6.10")
|
(version "1.6.11")
|
||||||
(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/"
|
||||||
|
@ -527,7 +527,7 @@ collections, certificates, revocation lists, and exception lists.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ms51scawldgyfcim5a2qlgyn3rnrclyh205d6djaa1569vrs73n"))))
|
"16yihzljql3z8w5rgdl95fv3hgk7yd86kbl9b3glllsark5j2hzr"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-memory" ,ghc-memory)
|
`(("ghc-memory" ,ghc-memory)
|
||||||
|
|
Loading…
Reference in New Issue