gnu: r-openssl: Update to 0.9.7.

* gnu/packages/statistics.scm (r-openssl): Update to 0.9.7.
[inputs]: Replace openssl with libressl.
This commit is contained in:
Ricardo Wurmus 2017-09-11 02:56:12 +02:00
parent ba4527ab94
commit 0dc3b4d41e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -2208,17 +2208,17 @@ collation, and NAMESPACE files.")
(define-public r-openssl (define-public r-openssl
(package (package
(name "r-openssl") (name "r-openssl")
(version "0.9.6") (version "0.9.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "openssl" version)) (uri (cran-uri "openssl" version))
(sha256 (sha256
(base32 (base32
"0ffwllii8xl6sa2v66134g0fwaw1y3zn3mvaa4nrc120vv5d3mkd")))) "178fcp9f245i0k9s2w45kbw0ml0r9pfc73ak8hvicw4jz639wzb9"))))
(build-system r-build-system) (build-system r-build-system)
(inputs (inputs
`(("openssl" ,openssl))) `(("libressl" ,libressl)))
(home-page "https://github.com/jeroenooms/openssl") (home-page "https://github.com/jeroenooms/openssl")
(synopsis "Toolkit for encryption, signatures and certificates") (synopsis "Toolkit for encryption, signatures and certificates")
(description (description