me
/
guix
Archived
1
0
Fork 0

gnu: r-arrow: Update to 15.0.1.

* gnu/packages/cran.scm (r-arrow): Update to 15.0.1.

Change-Id: If22201b2e8f15bb13fdb9dc3d03b95cb4a437e78
master
Ricardo Wurmus 2024-03-19 14:38:27 +01:00
parent 9ffed4af70
commit 8b8e7971ba
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -25697,14 +25697,14 @@ colored by the number of neighboring points. This is useful to visualize the
(define-public r-arrow
(package
(name "r-arrow")
(version "14.0.2.1")
(version "15.0.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "arrow" version))
(sha256
(base32
"1l1ninmq6mbqm7cckcy0qw4f20fkrixrykcqkh24bszg514r9af5"))))
"070pp0p5h1ij7pg34l5grrx4vwfihagnvnk4kj7l3w0gh8y88ibz"))))
(properties `((upstream-name . "arrow")))
(build-system r-build-system)
(inputs