guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

17/211: gnu: r-googlesheets4: Update to 1.0.1.


From: guix-commits
Subject: 17/211: gnu: r-googlesheets4: Update to 1.0.1.
Date: Tue, 20 Sep 2022 06:23:46 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit e3ebd0b0ab2bc3cb52ab82b5b1a0460d4478ff56
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 20 10:52:43 2022 +0200

    gnu: r-googlesheets4: Update to 1.0.1.
    
    * gnu/packages/cran.scm (r-googlesheets4): Update to 1.0.1.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 10c807b8ff..b407d75378 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -603,14 +603,14 @@ pronounceable identifiers.")
 (define-public r-googlesheets4
   (package
     (name "r-googlesheets4")
-    (version "1.0.0")
+    (version "1.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "googlesheets4" version))
        (sha256
         (base32
-         "0yncqwv9l5knyrv88ys5gwcv44hl1j0mbklpins6v7f9m9v7s40a"))))
+         "14b5lzn6vjn72mw7vf3lzm2ppbjf0wr0n6sw0v5r6h4lk37cnki8"))))
     (properties `((upstream-name . "googlesheets4")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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