From db5f70e92f736f8c4e9cae78eeaf5b92f69940c1 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 14 Jan 2026 08:50:59 +0100 Subject: gnu: r-feather: Update to 0.4.0. * gnu/packages/cran.scm (r-feather): Update to 0.4.0. [propagated-inputs]: Add r-arrow; remove r-rcpp; move r-tibble and r-hms from here... [native-inputs]: ...to here. Change-Id: I2e52257d6af75eebdddc9a785498aed11be3479a Signed-off-by: Rutherther --- gnu/packages/cran.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index c437bf51ee..5e065dc743 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -14923,18 +14923,18 @@ IRT models, and zero-inflated response models are supported.") (define-public r-feather (package (name "r-feather") - (version "0.3.5") + (version "0.4.0") (source (origin (method url-fetch) (uri (cran-uri "feather" version)) (sha256 (base32 - "1gxd0h2m56sjjlzn4dry6s13nddxc4l5i11gsvavaf2dwbahdzsh")))) + "0zzf7ghnzq6x5adg53cbwgdb1b51c5flp73d16mb5jssicvq0za2")))) (build-system r-build-system) (propagated-inputs - (list r-hms r-rcpp r-tibble)) - (native-inputs (list r-testthat)) + (list r-arrow)) + (native-inputs (list r-hms r-testthat r-tibble)) (home-page "https://github.com/wesm/feather") (synopsis "R Bindings to the Feather API") (description "Read and write feather files, a lightweight binary columnar -- cgit v1.3