guix-commits
[Top][All Lists]
Advanced

[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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]