guix-commits
[Top][All Lists]
Advanced

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

04/54: gnu: r-googledrive: Update to 2.1.0.


From: guix-commits
Subject: 04/54: gnu: r-googledrive: Update to 2.1.0.
Date: Thu, 30 Mar 2023 13:21:57 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit f54dc51b9a4e4ce7629a7d02f777476510ccfae3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Mar 30 17:56:35 2023 +0200

    gnu: r-googledrive: Update to 2.1.0.
    
    * gnu/packages/cran.scm (r-googledrive): Update to 2.1.0.
---
 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 f6040f4098..e46902c88a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -737,14 +737,14 @@ such as counts or binary matrices.")
 (define-public r-googledrive
   (package
     (name "r-googledrive")
-    (version "2.0.0")
+    (version "2.1.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "googledrive" version))
        (sha256
         (base32
-         "09jsiknzyfgxd0nzdr3wrrjw24allch2x74h96qg8vh8dad4cp30"))))
+         "0x2biilbphh77p7cxp2cvinjx45hnb5xksw775nwksqvpwxkaw0d"))))
     (properties `((upstream-name . "googledrive")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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