me
/
guix
Archived
1
0
Fork 0

gnu: r-arrow: Update to 12.0.0.

* gnu/packages/cran.scm (r-arrow): Update to 12.0.0.
master
Ricardo Wurmus 2023-05-09 13:21:02 +02:00
parent 1dac05b225
commit ab140eb2f8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -23309,14 +23309,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 "11.0.0.3") (version "12.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
"1bvf04pmxckz3is04acsl7a86lha5b6qrxb2zmn8w8glymqr94zb")))) "1hv18ksaghifj4jjdy1cf2ic0rrgfi7jbjpzxb7v6r3bbshs9vwi"))))
(properties `((upstream-name . "arrow"))) (properties `((upstream-name . "arrow")))
(build-system r-build-system) (build-system r-build-system)
(inputs (inputs