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 (define-public r-httr2
(package (package
(name "r-httr2") (name "r-httr2")
(version "1.0.1") (version "1.0.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "httr2" version)) (uri (cran-uri "httr2" version))
(sha256 (sha256
(base32 (base32
"1cpi2yr66g0nwd5ybz6254ivggvxql0bas2hwpakrcw1161jvs9k")))) "0j0062wx5xzlr36cs2jh3qji9fin6d2myvl87cdlx7x5fizy7y6i"))))
(properties `((upstream-name . "httr2"))) (properties `((upstream-name . "httr2")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs