mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-arrow: Update to 21.0.0.
* gnu/packages/cran.scm (r-arrow): Update to 21.0.0. Change-Id: I8394307862b54cbf879a990f0da11d4cb68458b8 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
ef24e7d280
commit
97c45bbfc5
1 changed files with 2 additions and 2 deletions
|
@ -37779,14 +37779,14 @@ colored by the number of neighboring points. This is useful to visualize the
|
|||
(define-public r-arrow
|
||||
(package
|
||||
(name "r-arrow")
|
||||
(version "20.0.0.2")
|
||||
(version "21.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "arrow" version))
|
||||
(sha256
|
||||
(base32
|
||||
"19xnz3df1r9n01dbsf05xkw6q5w8vipzkkb5bpx7jlcp38jnp8zn"))))
|
||||
"1ipwcgzbzr5xb1ff0ikwxdfhbniqdjmvi4505cmb0divg9p50946"))))
|
||||
(properties
|
||||
`((upstream-name . "arrow")
|
||||
(updater-ignored-native-inputs . ("r-duckdb"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue