mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-googlesheets4: Update to 1.1.1.
* gnu/packages/cran.scm (r-googlesheets4): Update to 1.1.1.
This commit is contained in:
parent
44e149cfaa
commit
8825d76885
1 changed files with 2 additions and 2 deletions
|
@ -1003,14 +1003,14 @@ (define-public r-ids
|
||||||
(define-public r-googlesheets4
|
(define-public r-googlesheets4
|
||||||
(package
|
(package
|
||||||
(name "r-googlesheets4")
|
(name "r-googlesheets4")
|
||||||
(version "1.1.0")
|
(version "1.1.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
|
||||||
"1jcfih6f62phj7fdvknkkj46s9cvsnhshvkglg6xif7mpr1mbqah"))))
|
"1kzwhs9zrx1i4kqhdqrkzyhnwx25j8j2pcg7ja2dxfalihs67k65"))))
|
||||||
(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