diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-14 08:47:51 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:26:46 +0100 |
| commit | fe00a50f28478626378cb294508d9f3955094405 (patch) | |
| tree | 5dabec19f75acd56d213f34997a1ce4549363175 /gnu | |
| parent | 53ac4e7fdb3d25e037884c38aa48df6c12eba976 (diff) | |
gnu: r-httr2: Update to 1.2.2.
* gnu/packages/cran.scm (r-httr2): Update to 1.2.2.
[properties]: Update updater-ignored-native-inputs.
[native-inputs]: Add r-otel.
Change-Id: I87dda0c2d5f1d1ae3d9012da19cef1e0d131ef70
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 74c1d99c90..22cf99bd66 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -12755,17 +12755,17 @@ functions make it easy to control additional request components.") (define-public r-httr2 (package (name "r-httr2") - (version "1.2.1") + (version "1.2.2") (source (origin (method url-fetch) (uri (cran-uri "httr2" version)) (sha256 (base32 - "07l3zlj45bykia7abc92s4d91z379zvh6iz9pm0hyx07amzw6a17")))) + "1qa5bk674d0cdhah2mhb2jkarbvz5i0njaawv0wkh23fwa7i5rx5")))) (properties `((upstream-name . "httr2") - ;; r-common doesn't exist, and r-nanonext isn't needed. - (updater-ignored-native-inputs . ("r-common" "r-nanonext")) + ;; r-nanonext isn't needed; adding paws-common leads to a dependency cycle. + (updater-ignored-native-inputs . ("r-paws-common" "r-nanonext")) (updater-extra-native-inputs . ("r-docopt" "r-httpuv" "r-xml2")))) (build-system r-build-system) (arguments @@ -12802,6 +12802,7 @@ functions make it easy to control additional request components.") r-jsonlite r-knitr r-later + r-otel r-promises r-testthat r-webfakes |
