1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: r-openssl: Update to 2.3.3.

* gnu/packages/cran.scm (r-openssl): Update to 2.3.3.

Change-Id: Ie0f9d46710807f8522740dfd16d157ab2fc808e2
This commit is contained in:
Ricardo Wurmus 2025-05-31 09:11:12 +02:00
parent 71e469434b
commit d866f05136
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8668,14 +8668,14 @@ t-tests. Finally, it provides new colorschemes.")
(define-public r-openssl
(package
(name "r-openssl")
(version "2.3.2")
(version "2.3.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "openssl" version))
(sha256
(base32
"1nw4clg9skm6fnaar72zp00wrk29bjhmh9714a9q0m9wpimcl9cr"))))
"0ndzlw5whjayxiw59rn565dlyk46y3c39hmdb7n4gpn3inlhkdxn"))))
(properties
`((upstream-name . "openssl")
(updater-extra-inputs . ("openssl"))))