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 @@ (define-public r-roxygen2
(define-public r-openssl
(package
(name "r-openssl")
(version "0.9.8")
(version "0.9.9")
(source
(origin
(method url-fetch)
(uri (cran-uri "openssl" version))
(sha256
(base32
"0wm7pkm5yfsxmpyr8n0pvj1398wqg5gzp5clqrg5nb2mflxv2nlc"))))
"1ir7ggs0rxgn83h40r6jg9dzhb7hbcwhkcj5nsdzj7jz61sfgv77"))))
(build-system r-build-system)
(inputs
`(("libressl" ,libressl)))