gnu: r-openssl: Update to 1.0.

* gnu/packages/statistics.scm (r-openssl): Update to 1.0.
This commit is contained in:
Ricardo Wurmus 2018-02-13 16:07:03 +01:00
parent 78e03a761c
commit 9fb6e62ef5
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2231,14 +2231,14 @@ (define-public r-roxygen2
(define-public r-openssl (define-public r-openssl
(package (package
(name "r-openssl") (name "r-openssl")
(version "0.9.9") (version "1.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "openssl" version)) (uri (cran-uri "openssl" version))
(sha256 (sha256
(base32 (base32
"1ir7ggs0rxgn83h40r6jg9dzhb7hbcwhkcj5nsdzj7jz61sfgv77")))) "1j8smqrb79lnaf2n9icksjiy641fcazsbkhmgg916s3nnyjngjz3"))))
(build-system r-build-system) (build-system r-build-system)
(inputs (inputs
`(("libressl" ,libressl))) `(("libressl" ,libressl)))