gnu: r-curl: Update to 5.2.2.

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

Change-Id: I3119a20a728813380fc3edfff56fe291c1802669
This commit is contained in:
Ricardo Wurmus 2024-08-27 22:31:54 +02:00
parent 7e2eb7fb9d
commit 4f6017a2a5
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5229,13 +5229,13 @@ (define-public r-htmltable
(define-public r-curl
(package
(name "r-curl")
(version "5.2.1")
(version "5.2.2")
(source (origin
(method url-fetch)
(uri (cran-uri "curl" version))
(sha256
(base32
"147smp4am6z23c3j21bd0zcjxsmhnkkssn4wrlpwl6xa1264syja"))))
"1zqix8w6x7vrk5jsfjcjpxwsk8cqj33y5b22g1papqw9gl7m6n56"))))
(properties
`((upstream-name . "curl")
(updater-extra-inputs . ("curl"))))