mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: ghc-x509-validation: Update to 1.6.5.
* gnu/packages/haskell-crypto.scm (ghc-x509-validation): Update to 1.6.5.
This commit is contained in:
parent
ac12129795
commit
1705140577
1 changed files with 2 additions and 2 deletions
|
@ -476,7 +476,7 @@ (define-public ghc-x509-store
|
||||||
(define-public ghc-x509-validation
|
(define-public ghc-x509-validation
|
||||||
(package
|
(package
|
||||||
(name "ghc-x509-validation")
|
(name "ghc-x509-validation")
|
||||||
(version "1.6.3")
|
(version "1.6.5")
|
||||||
(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/"
|
||||||
|
@ -484,7 +484,7 @@ (define-public ghc-x509-validation
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qr1v561hdlhjgqjv9pj9mbk0q1xf2mr1j67ghy93nlxxyzd7dw0"))))
|
"190w1sr3w6w49v3yvqz4grb0v09ym4gll3n8bxwijvbvcybk3xyi"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-memory" ,ghc-memory)
|
`(("ghc-memory" ,ghc-memory)
|
||||||
|
|
Loading…
Reference in a new issue