gnu: r-openssl: Update to 1.0.2.

* gnu/packages/statistics.scm (r-openssl): Update to 1.0.2.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-20 19:01:23 +02:00
parent 4481004fa4
commit 6d863cdedd
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2265,14 +2265,14 @@ (define-public r-roxygen2
(define-public r-openssl
(package
(name "r-openssl")
(version "1.0.1")
(version "1.0.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "openssl" version))
(sha256
(base32
"1qyql5gpwf88bkm1qarjhbqbq4hn6w0d8j4pxb5x7i96is30ap30"))))
"1djfpnphkcxx8idk5rjfzg8r8dnqsgc0shh2pw8lns5hap2wc5rc"))))
(build-system r-build-system)
(inputs
`(("libressl" ,libressl)))