guix_mirror_bot pushed a commit to branch r-team
in repository guix.
commit 478a353ec60252a7a2c9a4f3b83e409e80a804c2
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Jan 14 08:50:59 2026 +0100
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
---
gnu/packages/cran.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 37bea9b2f9..55393a8090 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14921,18 +14921,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