me
/
guix
Archived
1
0
Fork 0

gnu: r-httr2: Update to 0.2.3.

* gnu/packages/cran.scm (r-httr2): Update to 0.2.3.
master
Ricardo Wurmus 2023-05-31 12:15:13 +02:00
parent 27d87b528c
commit 552ba71f57
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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