gnu: r-openssl: Update to 0.9.9.

* gnu/packages/statistics.scm (r-openssl): Update to 0.9.9.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -2221,14 +2221,14 @@ collation, and NAMESPACE files.")
(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)))