gnu: r-googlesheets4: Update to 1.1.1.

* gnu/packages/cran.scm (r-googlesheets4): Update to 1.1.1.
This commit is contained in:
Ricardo Wurmus 2023-07-11 15:35:20 +02:00
parent 44e149cfaa
commit 8825d76885
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1003,14 +1003,14 @@ (define-public r-ids
(define-public r-googlesheets4
(package
(name "r-googlesheets4")
(version "1.1.0")
(version "1.1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "googlesheets4" version))
(sha256
(base32
"1jcfih6f62phj7fdvknkkj46s9cvsnhshvkglg6xif7mpr1mbqah"))))
"1kzwhs9zrx1i4kqhdqrkzyhnwx25j8j2pcg7ja2dxfalihs67k65"))))
(properties `((upstream-name . "googlesheets4")))
(build-system r-build-system)
(propagated-inputs