gnu: r-curl: Update to 5.0.2.

* gnu/packages/cran.scm (r-curl): Update to 5.0.2.
[properties]: Protect "curl" input from updater.
This commit is contained in:
Ricardo Wurmus 2023-08-28 12:09:18 +02:00
parent 47629756b6
commit c7c7dfcfa6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3995,13 +3995,16 @@ (define-public r-htmltable
(define-public r-curl
(package
(name "r-curl")
(version "5.0.1")
(version "5.0.2")
(source (origin
(method url-fetch)
(uri (cran-uri "curl" version))
(sha256
(base32
"19lkvy5hngdsh59slvvlrzf0iz432fv88daq0nan93zsqyf8y1dp"))))
"0wkwdlnc9v10hip0a1zka9gik9nb67yanbqvsy0cidrfk4x3fsqn"))))
(properties
`((upstream-name . "curl")
(updater-extra-inputs . ("curl"))))
(build-system r-build-system)
(arguments
`(#:phases