gnu: r-curl: Update to 5.2.1.

* gnu/packages/cran.scm (r-curl): Update to 5.2.1.

Change-Id: I3d2906ffaf2f17f70be10267017e31dec953ef76
This commit is contained in:
Ricardo Wurmus 2024-03-05 14:37:32 +01:00
parent fd5b1b5514
commit e9edbab0db
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4703,13 +4703,13 @@ LaTeX.")
(define-public r-curl
(package
(name "r-curl")
(version "5.2.0")
(version "5.2.1")
(source (origin
(method url-fetch)
(uri (cran-uri "curl" version))
(sha256
(base32
"12gldddkfkdwm6h0lb1pjrcpqc9kmqwfwz18wn9brilzbw8s9nxz"))))
"147smp4am6z23c3j21bd0zcjxsmhnkkssn4wrlpwl6xa1264syja"))))
(properties
`((upstream-name . "curl")
(updater-extra-inputs . ("curl"))))