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

* gnu/packages/haskell-crypto.scm (ghc-x509-system): Update to 1.6.6.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -512,7 +512,7 @@ list 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 @@ list validation.")
version ".tar.gz"))
(sha256
(base32
"0k7zc0xp7r6kqmi39rpiicvq78xb0pr2cq6q5s3kmmsshllg13nr"))))
"06a4m9c7vlr9nhp9gmqbb46arf0yj1dkdm4nip03hzy67spdmp20"))))
(build-system haskell-build-system)
(inputs
`(("ghc-pem" ,ghc-pem)