summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-07-26 15:19:04 +0200
committerRicardo Wurmus <rekado@elephly.net>2021-07-28 22:26:22 +0200
commit55a8d2f36993c8ceba26444a9ef450323031a01c (patch)
treeced1907c0879463bb337d5f485dda02ea2f1fbe1 /gnu
parent6e27f274b26a78ab413db160662d37ec23b7443a (diff)
downloadguix-patches-55a8d2f36993c8ceba26444a9ef450323031a01c.tar
guix-patches-55a8d2f36993c8ceba26444a9ef450323031a01c.tar.gz
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.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 859e6b4cd3..c512ed0c94 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -291,25 +291,25 @@ pronounceable identifiers.")
(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)