gnu: r-curl: Update to 5.0.1.

* gnu/packages/cran.scm (r-curl): Update to 5.0.1.
This commit is contained in:
Ricardo Wurmus 2023-07-11 15:35:21 +02:00
parent 3f24044d91
commit 90af9e7b2d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3729,13 +3729,13 @@ (define-public r-htmltable
(define-public r-curl
(package
(name "r-curl")
(version "5.0.0")
(version "5.0.1")
(source (origin
(method url-fetch)
(uri (cran-uri "curl" version))
(sha256
(base32
"1cn9b6xcc6xp2q66pkla6xrq4v6rbpxfcr3gizx4z48knp4wmwyp"))))
"19lkvy5hngdsh59slvvlrzf0iz432fv88daq0nan93zsqyf8y1dp"))))
(build-system r-build-system)
(arguments
`(#:phases