gnu: r-googlesheets4: Update to 1.0.0.

* gnu/packages/cran.scm (r-googlesheets4): Update to 1.0.0.
[propagated-inputs]: Remove r-lifecycle; add r-cli.
This commit is contained in:
Ricardo Wurmus 2021-07-26 15:19:04 +02:00
parent 6e27f274b2
commit 55a8d2f369
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -291,25 +291,25 @@ (define-public r-ids
(define-public r-googlesheets4
(package
(name "r-googlesheets4")
(version "0.3.0")
(version "1.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "googlesheets4" version))
(sha256
(base32
"04b17cdzah2r92qj7imrdlpfzyxwyf1vx8k1kvsr36nqg383f4b2"))))
"0yncqwv9l5knyrv88ys5gwcv44hl1j0mbklpins6v7f9m9v7s40a"))))
(properties `((upstream-name . "googlesheets4")))
(build-system r-build-system)
(propagated-inputs
`(("r-cellranger" ,r-cellranger)
("r-cli" ,r-cli)
("r-curl" ,r-curl)
("r-gargle" ,r-gargle)
("r-glue" ,r-glue)
("r-googledrive" ,r-googledrive)
("r-httr" ,r-httr)
("r-ids" ,r-ids)
("r-lifecycle" ,r-lifecycle)
("r-magrittr" ,r-magrittr)
("r-purrr" ,r-purrr)
("r-rematch2" ,r-rematch2)