me
/
guix
Archived
1
0
Fork 0

gnu: r-googledrive: Update to 2.1.0.

* gnu/packages/cran.scm (r-googledrive): Update to 2.1.0.
master
Ricardo Wurmus 2023-03-30 17:56:35 +02:00
parent b4960c9936
commit f54dc51b9a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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