mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-googlesheets4: Update to 1.0.1.
* gnu/packages/cran.scm (r-googlesheets4): Update to 1.0.1.
This commit is contained in:
parent
5ba2bda97c
commit
ae4a57b967
1 changed files with 2 additions and 2 deletions
|
@ -603,14 +603,14 @@ (define-public r-ids
|
||||||
(define-public r-googlesheets4
|
(define-public r-googlesheets4
|
||||||
(package
|
(package
|
||||||
(name "r-googlesheets4")
|
(name "r-googlesheets4")
|
||||||
(version "1.0.0")
|
(version "1.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "googlesheets4" version))
|
(uri (cran-uri "googlesheets4" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0yncqwv9l5knyrv88ys5gwcv44hl1j0mbklpins6v7f9m9v7s40a"))))
|
"14b5lzn6vjn72mw7vf3lzm2ppbjf0wr0n6sw0v5r6h4lk37cnki8"))))
|
||||||
(properties `((upstream-name . "googlesheets4")))
|
(properties `((upstream-name . "googlesheets4")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue