gnu: ghc-x509: Update to 1.6.4.

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

View File

@ -419,14 +419,14 @@ libraries, like OpenSSL.")
(define-public ghc-x509
(package
(name "ghc-x509")
(version "1.6.3")
(version "1.6.4")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"x509/x509-" version ".tar.gz"))
(sha256
(base32
"1pmsby29abn485fvnymsgipvb3p1ch9c591xj5ncszkf0ivjiiin"))))
"0hixx76wpb4qxida017ka5zr6lrsycahrqyw8z90q9mxvndpy3my"))))
(build-system haskell-build-system)
(inputs
`(("ghc-memory" ,ghc-memory)