gnu: r-googlesheets4: Update to 1.1.0.

* gnu/packages/cran.scm (r-googlesheets4): Update to 1.1.0.
[propagated-inputs]: Add r-lifecycle and r-withr.
This commit is contained in:
Ricardo Wurmus 2023-03-30 17:56:35 +02:00
parent f54dc51b9a
commit 2848f73fab
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -972,14 +972,14 @@ (define-public r-ids
(define-public r-googlesheets4 (define-public r-googlesheets4
(package (package
(name "r-googlesheets4") (name "r-googlesheets4")
(version "1.0.1") (version "1.1.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "googlesheets4" version)) (uri (cran-uri "googlesheets4" version))
(sha256 (sha256
(base32 (base32
"14b5lzn6vjn72mw7vf3lzm2ppbjf0wr0n6sw0v5r6h4lk37cnki8")))) "1jcfih6f62phj7fdvknkkj46s9cvsnhshvkglg6xif7mpr1mbqah"))))
(properties `((upstream-name . "googlesheets4"))) (properties `((upstream-name . "googlesheets4")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
@ -991,12 +991,14 @@ (define-public r-googlesheets4
r-googledrive r-googledrive
r-httr r-httr
r-ids r-ids
r-lifecycle
r-magrittr r-magrittr
r-purrr r-purrr
r-rematch2 r-rematch2
r-rlang r-rlang
r-tibble r-tibble
r-vctrs)) r-vctrs
r-withr))
(home-page "https://github.com/tidyverse/googlesheets4") (home-page "https://github.com/tidyverse/googlesheets4")
(synopsis "Access Google Sheets using the Sheets API V4") (synopsis "Access Google Sheets using the Sheets API V4")
(description (description