gnu: r-openssl: Update to 1.4.3.

* gnu/packages/statistics.scm (r-openssl): Update to 1.4.3.
This commit is contained in:
Ricardo Wurmus 2020-10-05 22:45:59 +02:00
parent 44f208c3ec
commit 2753c5e7b8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2322,14 +2322,14 @@ (define-public r-roxygen2
(define-public r-openssl
(package
(name "r-openssl")
(version "1.4.2")
(version "1.4.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "openssl" version))
(sha256
(base32
"17fkc6pr8w5z3rpadg692a689p1v4j7xl5ak0y64is7c74cxgljx"))))
"0sc2skh1nz7jj65p0pq4a6bl8jza6lyi4zvmvwndzxfgivgh281l"))))
(build-system r-build-system)
(inputs
`(("libressl" ,libressl)))