mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-googlesheets: Update to 0.2.2.
* gnu/packages/statistics.scm (r-googlesheets): Update to 0.2.2.
This commit is contained in:
parent
9b9fef0eaf
commit
1d256438c8
1 changed files with 2 additions and 2 deletions
|
@ -3720,14 +3720,14 @@ (define-public r-cellranger
|
||||||
(define-public r-googlesheets
|
(define-public r-googlesheets
|
||||||
(package
|
(package
|
||||||
(name "r-googlesheets")
|
(name "r-googlesheets")
|
||||||
(version "0.2.1")
|
(version "0.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "googlesheets" version))
|
(uri (cran-uri "googlesheets" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ps13h1cv7fj5dh8s4nvwi64wnnyqdsadcaa4iizq1c5s615cwk3"))))
|
"18q0xmxn09b52rmky7gr5flp0awndcnsgb7zcvkzvkrkvmwad52b"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-cellranger" ,r-cellranger)
|
`(("r-cellranger" ,r-cellranger)
|
||||||
|
|
Loading…
Reference in a new issue