gnu: r-curl: Update to 5.1.0.

* gnu/packages/cran.scm (r-curl): Update to 5.1.0.
This commit is contained in:
Ricardo Wurmus 2023-10-05 13:34:42 +02:00
parent 4d9908cd61
commit 92fce36949
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -4026,13 +4026,13 @@ LaTeX.")
(define-public r-curl
(package
(name "r-curl")
(version "5.0.2")
(version "5.1.0")
(source (origin
(method url-fetch)
(uri (cran-uri "curl" version))
(sha256
(base32
"0wkwdlnc9v10hip0a1zka9gik9nb67yanbqvsy0cidrfk4x3fsqn"))))
"15xsxirb5k4pqc8v5kg0i3v1pnhy4wzcljxagp703gc59fl8s8ap"))))
(properties
`((upstream-name . "curl")
(updater-extra-inputs . ("curl"))))