me
/
guix
Archived
1
0
Fork 0

gnu: r-openssl: Update to 2.1.1.

* gnu/packages/statistics.scm (r-openssl): Update to 2.1.1.
master
Ricardo Wurmus 2023-10-05 13:34:55 +02:00
parent 48dcf15dea
commit 3b9bb9c61e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2792,14 +2792,14 @@ collation, and NAMESPACE files.")
(define-public r-openssl
(package
(name "r-openssl")
(version "2.1.0")
(version "2.1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "openssl" version))
(sha256
(base32
"0fg5avcrjjn7sv6rzbp19y6jwjjr77xpldxg4xssp5s1p832wnk2"))))
"1p2bnr4z4vx3yqq5isqb3z4d9vg2isiz8i0h3vxdb5ramzwjd9zs"))))
(properties
`((upstream-name . "openssl")
(updater-extra-inputs . ("openssl"))))