gnu: ghc-x509-system: Update to 1.6.6.

* gnu/packages/haskell-crypto.scm (ghc-x509-system): Update to 1.6.6.
This commit is contained in:
Timothy Sample 2018-08-29 00:33:57 -04:00 committed by Ricardo Wurmus
parent fd358b34c3
commit ddbe020756
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -512,7 +512,7 @@ (define-public ghc-x509-validation
(define-public ghc-x509-system
(package
(name "ghc-x509-system")
(version "1.6.4")
(version "1.6.6")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
@ -520,7 +520,7 @@ (define-public ghc-x509-system
version ".tar.gz"))
(sha256
(base32
"0k7zc0xp7r6kqmi39rpiicvq78xb0pr2cq6q5s3kmmsshllg13nr"))))
"06a4m9c7vlr9nhp9gmqbb46arf0yj1dkdm4nip03hzy67spdmp20"))))
(build-system haskell-build-system)
(inputs
`(("ghc-pem" ,ghc-pem)