gnu: r-httr2: Update to 1.0.0.
* gnu/packages/cran.scm (r-httr2): Update to 1.0.0. [propagated-inputs]: Add r-lifecycle and r-vctrs. Change-Id: Ie52627aa382f59b6251953620ac1a38576f92a5d
This commit is contained in:
parent
a3341b68d4
commit
e47637b8df
1 changed files with 4 additions and 2 deletions
|
|
@ -4080,24 +4080,26 @@ 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 "0.2.3")
|
(version "1.0.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "httr2" version))
|
(uri (cran-uri "httr2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gabjyv2699p7fb4225jsr2kkbarx1w01kha8ipqzwhjjl13481m"))))
|
"0jaajfr1hr6bzb1vz2nw2csl2l09kbq619vsq5yrlchcarpjv1fb"))))
|
||||||
(properties `((upstream-name . "httr2")))
|
(properties `((upstream-name . "httr2")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-cli
|
(list r-cli
|
||||||
r-curl
|
r-curl
|
||||||
r-glue
|
r-glue
|
||||||
|
r-lifecycle
|
||||||
r-magrittr
|
r-magrittr
|
||||||
r-openssl
|
r-openssl
|
||||||
r-r6
|
r-r6
|
||||||
r-rappdirs
|
r-rappdirs
|
||||||
r-rlang
|
r-rlang
|
||||||
|
r-vctrs
|
||||||
r-withr))
|
r-withr))
|
||||||
(native-inputs (list r-knitr))
|
(native-inputs (list r-knitr))
|
||||||
(home-page "https://httr2.r-lib.org")
|
(home-page "https://httr2.r-lib.org")
|
||||||
|
|
|
||||||
Reference in a new issue