[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/54: gnu: r-googlesheets4: Update to 1.1.0.
From: |
guix-commits |
Subject: |
05/54: gnu: r-googlesheets4: Update to 1.1.0. |
Date: |
Thu, 30 Mar 2023 13:21:57 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 2848f73fabe25b914528f0c0f90b5ead7ee5c6f2
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Mar 30 17:56:35 2023 +0200
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.
---
gnu/packages/cran.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e46902c88a..4ced5acc3e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -972,14 +972,14 @@ pronounceable identifiers.")
(define-public r-googlesheets4
(package
(name "r-googlesheets4")
- (version "1.0.1")
+ (version "1.1.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "googlesheets4" version))
(sha256
(base32
- "14b5lzn6vjn72mw7vf3lzm2ppbjf0wr0n6sw0v5r6h4lk37cnki8"))))
+ "1jcfih6f62phj7fdvknkkj46s9cvsnhshvkglg6xif7mpr1mbqah"))))
(properties `((upstream-name . "googlesheets4")))
(build-system r-build-system)
(propagated-inputs
@@ -991,12 +991,14 @@ pronounceable identifiers.")
r-googledrive
r-httr
r-ids
+ r-lifecycle
r-magrittr
r-purrr
r-rematch2
r-rlang
r-tibble
- r-vctrs))
+ r-vctrs
+ r-withr))
(home-page "https://github.com/tidyverse/googlesheets4")
(synopsis "Access Google Sheets using the Sheets API V4")
(description
- branch master updated (65afc8fa44 -> 113146d31c), guix-commits, 2023/03/30
- 03/54: gnu: r-datawizard: Update to 0.7.0., guix-commits, 2023/03/30
- 06/54: gnu: r-modelr: Update to 0.1.11., guix-commits, 2023/03/30
- 07/54: gnu: r-htmltools: Update to 0.5.5., guix-commits, 2023/03/30
- 09/54: gnu: r-ps: Update to 1.7.3., guix-commits, 2023/03/30
- 02/54: gnu: r-rgl: Update to 1.1.3., guix-commits, 2023/03/30
- 04/54: gnu: r-googledrive: Update to 2.1.0., guix-commits, 2023/03/30
- 05/54: gnu: r-googlesheets4: Update to 1.1.0.,
guix-commits <=
- 10/54: gnu: r-ctrdata: Update to 1.12.1., guix-commits, 2023/03/30
- 15/54: gnu: r-xfun: Update to 0.38., guix-commits, 2023/03/30
- 17/54: gnu: r-pillar: Update to 1.9.0., guix-commits, 2023/03/30
- 19/54: gnu: r-simplermarkdown: Update to 0.0.6., guix-commits, 2023/03/30
- 31/54: gnu: r-parallelly: Update to 1.35.0., guix-commits, 2023/03/30
- 01/54: gnu: r-covr: Update to 3.6.2., guix-commits, 2023/03/30
- 08/54: gnu: r-spelling: Update to 2.2.1., guix-commits, 2023/03/30
- 16/54: gnu: r-vctrs: Update to 0.6.1., guix-commits, 2023/03/30
- 12/54: gnu: r-jomo: Update to 2.7-5., guix-commits, 2023/03/30
- 14/54: gnu: r-cli: Update to 3.6.1., guix-commits, 2023/03/30