gnu: r-openssl: Update to 1.1.

* gnu/packages/statistics.scm (r-openssl): Update to 1.1.
This commit is contained in:
Roel Janssen 2018-11-19 17:19:15 +01:00
parent 749872a5ed
commit 185663e568
No known key found for this signature in database
GPG key ID: C3EC1DCA843072E1

View file

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