summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2026-01-14 08:50:59 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:26:48 +0100
commitdb5f70e92f736f8c4e9cae78eeaf5b92f69940c1 (patch)
tree886b17f1e7fbe85f8d40a9adfa51de100b8a2629
parent2cf0fec6eef5c2fa217f6469d78915bf9980b44e (diff)
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 <rutherther@ditigal.xyz>
-rw-r--r--gnu/packages/cran.scm8
1 files changed, 4 insertions, 4 deletions
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