gnu: r-openssl: Update to 1.4.4.

* gnu/packages/statistics.scm (r-openssl): Update to 1.4.4.
This commit is contained in:
Ricardo Wurmus 2021-05-04 07:13:22 +02:00
parent 23a4436daf
commit 2666871c1b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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