gnu: r-rio: Update to 1.0.1.

* gnu/packages/cran.scm (r-rio): Update to 1.0.1.
[propagated-inputs]: Remove r-openxlsx; add r-lifecycle, r-r-utils, r-stringi, and
r-writexl.
This commit is contained in:
Ricardo Wurmus 2023-10-05 13:34:44 +02:00
parent 66e46a0260
commit 15688b1c96
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -11698,23 +11698,26 @@ dependency on Java.")
(define-public r-rio (define-public r-rio
(package (package
(name "r-rio") (name "r-rio")
(version "0.5.30") (version "1.0.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "rio" version)) (uri (cran-uri "rio" version))
(sha256 (sha256
(base32 (base32
"0ihpdwixzkpm3qqh7iy6xm9mmvka2hx50qdidhxnav72nx5b31w0")))) "1vkvajlmp8kgmkadamy0xm885whfkwacq2jxcrshz1w8amy16k3m"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-curl (list r-curl
r-data-table r-data-table
r-foreign r-foreign
r-haven r-haven
r-openxlsx r-lifecycle
r-r-utils
r-readxl r-readxl
r-tibble)) r-stringi
r-tibble
r-writexl))
(native-inputs (native-inputs
(list r-knitr)) (list r-knitr))
(home-page "https://github.com/leeper/rio") (home-page "https://github.com/leeper/rio")