3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-arrow: Update to 10.0.1.

* gnu/packages/cran.scm (r-arrow): Update to 10.0.1.
This commit is contained in:
Ricardo Wurmus 2022-12-19 17:07:25 +01:00
parent d4e02af435
commit fb22cc0655
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -21323,14 +21323,14 @@ colored by the number of neighboring points. This is useful to visualize the
(define-public r-arrow
(package
(name "r-arrow")
(version "10.0.0")
(version "10.0.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "arrow" version))
(sha256
(base32
"04qsj68zsqcwkv1ryp4l0is474siyi1b64dy41fr74ryj7mbamg8"))))
"0dwdi9sq7wv34ia6kg446pqf5za75hl6zrb2ly51p2zdr4g69p0y"))))
(properties `((upstream-name . "arrow")))
(build-system r-build-system)
(inputs