gnu: r-httr2: Update to 1.0.2.

* gnu/packages/cran.scm (r-httr2): Update to 1.0.2.

Change-Id: Iaf10930e819d10fa0db4c1b333cdd83b61d3f2ab
This commit is contained in:
Ricardo Wurmus 2024-08-16 18:32:38 +02:00
parent f9883b1e2b
commit 64d3d9476e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -4905,13 +4905,13 @@ particularly easy to create complete web applications using httpuv alone.")
(define-public r-httr2
(package
(name "r-httr2")
(version "1.0.1")
(version "1.0.2")
(source (origin
(method url-fetch)
(uri (cran-uri "httr2" version))
(sha256
(base32
"1cpi2yr66g0nwd5ybz6254ivggvxql0bas2hwpakrcw1161jvs9k"))))
"0j0062wx5xzlr36cs2jh3qji9fin6d2myvl87cdlx7x5fizy7y6i"))))
(properties `((upstream-name . "httr2")))
(build-system r-build-system)
(propagated-inputs