mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-26 12:10:29 +02:00
gnu: r-nanoarrow: Update to 0.8.0.
* gnu/packages/cran.scm (r-nanoarrow): Update to 0.8.0. [native-inputs]: Add r-reticulate. Change-Id: Ib4640fc5e5d5937d4f0994289c705bc7047e3644
This commit is contained in:
committed by
Andreas Enge
parent
f412461880
commit
ef6bfd17c7
@@ -49627,13 +49627,13 @@ Environmental Data}.")
|
||||
(define-public r-nanoarrow
|
||||
(package
|
||||
(name "r-nanoarrow")
|
||||
(version "0.7.0-3")
|
||||
(version "0.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "nanoarrow" version))
|
||||
(sha256
|
||||
(base32 "0v63c6nfayawa910fgdnxwhccgh9yxyp21rl7i9ppm4ckwfnjjpd"))))
|
||||
(base32 "1rabnp5p155swhsqgg2h9qdw8q5sr2vg23iylgsiviqjbx5xpvqz"))))
|
||||
(properties `((upstream-name . "nanoarrow")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list pkg-config
|
||||
@@ -49642,6 +49642,7 @@ Environmental Data}.")
|
||||
r-blob
|
||||
r-hms
|
||||
r-jsonlite
|
||||
r-reticulate
|
||||
r-testthat
|
||||
r-tibble
|
||||
r-vctrs
|
||||
|
||||
Reference in New Issue
Block a user