diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-13 14:10:26 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:26:39 +0100 |
| commit | 6c73f22a2018c19e29ac56d57ff6d2bfbb7c7529 (patch) | |
| tree | 6bf395d6d2accf9659ed61517d33c5e574bfbe17 /gnu | |
| parent | 04774fcb901382742cd37625d4d91a4b95822de3 (diff) | |
gnu: r-xfun: Update to 0.55.
* gnu/packages/cran.scm (r-xfun): Update to 0.55.
[properties]: Update list of ignored native inputs.
Change-Id: I791f98c3012ebb3840a26cd631f7ed6c29da5bf7
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index f03d62f7cd..248535864a 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -20994,17 +20994,17 @@ iVAT).") (define-public r-xfun (package (name "r-xfun") - (version "0.54") + (version "0.55") (source (origin (method url-fetch) (uri (cran-uri "xfun" version)) (sha256 - (base32 "0biq71zxxyw2mchzg8a9qxij4xllw4m6c6gz67aazkn68kvaw550")))) + (base32 "0vnknp7d3wpmm425f5z1y1vyq7a2227px66mkg8ai31vdl9wb3rr")))) (build-system r-build-system) (properties ;; knitr itself depends on xfun - '((updater-ignored-native-inputs . ("r-knitr" "r-litedown")) + '((updater-ignored-native-inputs . ("r-data-table" "r-knitr" "r-litedown")) (updater-extra-native-inputs . ("r-codetools")))) (arguments (list |
