gnu: r-httr2: Update to 1.0.1.

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

Change-Id: I4961227d5e26a3cbf9999b395bb9c3fce6321861
This commit is contained in:
Ricardo Wurmus 2024-04-02 10:04:27 +02:00
parent 50ae661dca
commit 5e9c66ddc4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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