gnu: r-openssl: Update to 2.2.1.

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

Change-Id: Id279140de607eb0f8324ab2e38ce248398110979
This commit is contained in:
Ricardo Wurmus 2024-08-16 18:36:18 +02:00
parent 56e6495adc
commit e4bc7819d6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -2937,14 +2937,14 @@ collation, and NAMESPACE files.")
(define-public r-openssl
(package
(name "r-openssl")
(version "2.2.0")
(version "2.2.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "openssl" version))
(sha256
(base32
"1cyx2yv2l446xwf0a0im70zfd6jlpg8113ncgdydajyvx1mb9f0q"))))
"13gp6q8s0pdjvnd7mnmdqhmmsb0mf4m3snq99j6js8c4sll27895"))))
(properties
`((upstream-name . "openssl")
(updater-extra-inputs . ("openssl"))))