~ruther/guix-local

97c45bbfc50bcc29a9b2f8081961ac165b4fc7cc — Greg Hogan 1 year, 1 day ago ef24e7d
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>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +2 -2
@@ 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"))