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