gnu: r-openssl: Update to 2.2.0.

* gnu/packages/statistics.scm (r-openssl): Update to 2.2.0.

Change-Id: Ie5c92ec7a2088894e894b5b7e821174c70282da0
This commit is contained in:
Ricardo Wurmus 2024-07-02 14:58:54 +02:00
parent 86783de027
commit b191e195a3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2937,14 +2937,14 @@ (define-public r-roxygen2
(define-public r-openssl
(package
(name "r-openssl")
(version "2.1.2")
(version "2.2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "openssl" version))
(sha256
(base32
"0mm0rlf3m6wkvz5p8prxwjr37rn30lmhddsdi4ffnsmrysfl3rbp"))))
"1cyx2yv2l446xwf0a0im70zfd6jlpg8113ncgdydajyvx1mb9f0q"))))
(properties
`((upstream-name . "openssl")
(updater-extra-inputs . ("openssl"))))