diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-03-30 17:56:35 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-03-30 19:21:06 +0200 |
commit | f54dc51b9a4e4ce7629a7d02f777476510ccfae3 (patch) | |
tree | 523e6429567b06d122957453311876d3e6a5de54 /gnu/packages | |
parent | b4960c9936e4d0e1b064e31d840a92975e3d9d4e (diff) | |
download | guix-f54dc51b9a4e4ce7629a7d02f777476510ccfae3.tar.gz guix-f54dc51b9a4e4ce7629a7d02f777476510ccfae3.zip |
gnu: r-googledrive: Update to 2.1.0.
* gnu/packages/cran.scm (r-googledrive): Update to 2.1.0.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files 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 |