me
/
guix
Archived
1
0
Fork 0

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.
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
1 changed files with 3 additions and 3 deletions

View File

@ -291,25 +291,25 @@ pronounceable identifiers.")
(define-public r-googlesheets4 (define-public r-googlesheets4
(package (package
(name "r-googlesheets4") (name "r-googlesheets4")
(version "0.3.0") (version "1.0.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
"04b17cdzah2r92qj7imrdlpfzyxwyf1vx8k1kvsr36nqg383f4b2")))) "0yncqwv9l5knyrv88ys5gwcv44hl1j0mbklpins6v7f9m9v7s40a"))))
(properties `((upstream-name . "googlesheets4"))) (properties `((upstream-name . "googlesheets4")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-cellranger" ,r-cellranger) `(("r-cellranger" ,r-cellranger)
("r-cli" ,r-cli)
("r-curl" ,r-curl) ("r-curl" ,r-curl)
("r-gargle" ,r-gargle) ("r-gargle" ,r-gargle)
("r-glue" ,r-glue) ("r-glue" ,r-glue)
("r-googledrive" ,r-googledrive) ("r-googledrive" ,r-googledrive)
("r-httr" ,r-httr) ("r-httr" ,r-httr)
("r-ids" ,r-ids) ("r-ids" ,r-ids)
("r-lifecycle" ,r-lifecycle)
("r-magrittr" ,r-magrittr) ("r-magrittr" ,r-magrittr)
("r-purrr" ,r-purrr) ("r-purrr" ,r-purrr)
("r-rematch2" ,r-rematch2) ("r-rematch2" ,r-rematch2)