gnu: r-openssl: Update to 0.9.9.

* gnu/packages/statistics.scm (r-openssl): Update to 0.9.9.
This commit is contained in:
Ricardo Wurmus 2017-11-30 16:39:29 +01:00
parent 09c0107f75
commit b796f9e6be
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -2221,14 +2221,14 @@ collation, and NAMESPACE files.")
(define-public r-openssl (define-public r-openssl
(package (package
(name "r-openssl") (name "r-openssl")
(version "0.9.8") (version "0.9.9")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "openssl" version)) (uri (cran-uri "openssl" version))
(sha256 (sha256
(base32 (base32
"0wm7pkm5yfsxmpyr8n0pvj1398wqg5gzp5clqrg5nb2mflxv2nlc")))) "1ir7ggs0rxgn83h40r6jg9dzhb7hbcwhkcj5nsdzj7jz61sfgv77"))))
(build-system r-build-system) (build-system r-build-system)
(inputs (inputs
`(("libressl" ,libressl))) `(("libressl" ,libressl)))