guix-commits
[Top][All Lists]
Advanced

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

25/174: gnu: r-googlesheets4: Update to 1.1.1.


From: guix-commits
Subject: 25/174: gnu: r-googlesheets4: Update to 1.1.1.
Date: Wed, 12 Jul 2023 08:30:57 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8825d7688544dc5b08c599d82d633c82b6c599b9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 11 15:35:20 2023 +0200

    gnu: r-googlesheets4: Update to 1.1.1.
    
    * gnu/packages/cran.scm (r-googlesheets4): Update to 1.1.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 a82254ed6c..c95863d663 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1003,14 +1003,14 @@ pronounceable identifiers.")
 (define-public r-googlesheets4
   (package
     (name "r-googlesheets4")
-    (version "1.1.0")
+    (version "1.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "googlesheets4" version))
        (sha256
         (base32
-         "1jcfih6f62phj7fdvknkkj46s9cvsnhshvkglg6xif7mpr1mbqah"))))
+         "1kzwhs9zrx1i4kqhdqrkzyhnwx25j8j2pcg7ja2dxfalihs67k65"))))
     (properties `((upstream-name . "googlesheets4")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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