gnu: r-curl: Update to 5.0.0.

* gnu/packages/cran.scm (r-curl): Update to 5.0.0.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:08:13 +01:00
parent 9c308e864e
commit 3d3c264ac5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3114,13 +3114,13 @@ LaTeX.")
(define-public r-curl
(package
(name "r-curl")
(version "4.3.3")
(version "5.0.0")
(source (origin
(method url-fetch)
(uri (cran-uri "curl" version))
(sha256
(base32
"17kwc7njblfndnlij0m5a7a3jj42ag412xg0ry5ddnj0mnnbcrrm"))))
"1cn9b6xcc6xp2q66pkla6xrq4v6rbpxfcr3gizx4z48knp4wmwyp"))))
(build-system r-build-system)
(arguments
`(#:phases