me
/
guix
Archived
1
0
Fork 0

gnu: r-arrow: Update to 10.0.0.

* gnu/packages/cran.scm (r-arrow): Update to 10.0.0.
[propagated-inputs]: Add r-glue.
master
Ricardo Wurmus 2022-11-04 00:04:57 +01:00
parent 2db2a92760
commit b149f6c123
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

@ -20540,14 +20540,14 @@ colored by the number of neighboring points. This is useful to visualize the
(define-public r-arrow (define-public r-arrow
(package (package
(name "r-arrow") (name "r-arrow")
(version "9.0.0.1") (version "10.0.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "arrow" version)) (uri (cran-uri "arrow" version))
(sha256 (sha256
(base32 (base32
"1vbjny6v1d4fdf01rphg4wg8ljs0bzrjyxlsjwjq58pd6g2qcdgc")))) "04qsj68zsqcwkv1ryp4l0is474siyi1b64dy41fr74ryj7mbamg8"))))
(properties `((upstream-name . "arrow"))) (properties `((upstream-name . "arrow")))
(build-system r-build-system) (build-system r-build-system)
(inputs (inputs
@ -20556,6 +20556,7 @@ colored by the number of neighboring points. This is useful to visualize the
(list r-assertthat (list r-assertthat
r-bit64 r-bit64
r-cpp11 r-cpp11
r-glue
r-purrr r-purrr
r-r6 r-r6
r-rlang r-rlang