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

* gnu/packages/haskell-crypto.scm (ghc-x509-system): Update to 1.6.4.
master
Ricardo Wurmus 2018-02-13 00:10:47 +01:00
parent 1705140577
commit ea9aaa6ed2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -508,7 +508,7 @@ list validation.")
(define-public ghc-x509-system
(package
(name "ghc-x509-system")
(version "1.6.1")
(version "1.6.4")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
@ -516,7 +516,7 @@ list validation.")
version ".tar.gz"))
(sha256
(base32
"10qf60d2f9jqwnbrhsb2cwpi86xg66m6dxndlxw967v1cdb3h6gf"))))
"0k7zc0xp7r6kqmi39rpiicvq78xb0pr2cq6q5s3kmmsshllg13nr"))))
(build-system haskell-build-system)
(inputs
`(("ghc-mtl" ,ghc-mtl)