[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/57: gnu: r-googlesheets4: Update to 1.0.0.
From: |
guix-commits |
Subject: |
03/57: gnu: r-googlesheets4: Update to 1.0.0. |
Date: |
Mon, 26 Jul 2021 09:39:17 -0400 (EDT) |
rekado pushed a commit to branch r-updates
in repository guix.
commit 1d973d81cf05a63ff4212282b71d5f99fc8588ea
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jul 26 15:19:04 2021 +0200
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.
---
gnu/packages/cran.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 859e6b4..c512ed0 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)
- branch r-updates updated (7bc1c50 -> 19266c0), guix-commits, 2021/07/26
- 01/57: gnu: Add r-datawizard., guix-commits, 2021/07/26
- 04/57: gnu: r-ggpp: Update to 0.4.1., guix-commits, 2021/07/26
- 03/57: gnu: r-googlesheets4: Update to 1.0.0.,
guix-commits <=
- 05/57: gnu: r-rvest: Update to 1.0.1., guix-commits, 2021/07/26
- 02/57: gnu: Add r-lobstr., guix-commits, 2021/07/26
- 09/57: gnu: r-cli: Update to 3.0.1., guix-commits, 2021/07/26
- 10/57: gnu: r-utf8: Update to 1.2.2., guix-commits, 2021/07/26
- 08/57: gnu: r-laplacesdemon: Update to 16.1.6., guix-commits, 2021/07/26
- 14/57: gnu: r-officer: Update to 0.3.19., guix-commits, 2021/07/26
- 06/57: gnu: r-jpeg: Update to 0.1-9., guix-commits, 2021/07/26
- 15/57: gnu: r-flextable: Update to 0.6.7., guix-commits, 2021/07/26
- 11/57: gnu: r-vim: Update to 6.1.1., guix-commits, 2021/07/26
- 30/57: gnu: r-rttf2pt1: Update to 1.3.9., guix-commits, 2021/07/26