mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +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:
parent
71e469434b
commit
d866f05136
1 changed files with 2 additions and 2 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue