diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2025-12-03 22:37:12 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:26:27 +0100 |
| commit | e342408f2b0bd5b574a96be6c5502c7c8ecb4955 (patch) | |
| tree | 75b35994f6eeef89378be70aca61ed9c30536dc7 /gnu | |
| parent | dc65dfa5f3de7783b92029c84718961334ab7c65 (diff) | |
gnu: r-xgboost: Update to 3.1.2.1.
* gnu/packages/cran.scm (r-xgboost): Update to 3.1.2.1.
[native-inputs]: Remove r-vcd; add r-rhpcblasctl and r-survival.
Change-Id: I6e03463314e11b7d46b01f3c232255a0dde5f68c
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 46daf258dc..c1e3fb5cfd 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -40107,14 +40107,14 @@ the current document.") (define-public r-xgboost (package (name "r-xgboost") - (version "1.7.11.1") + (version "3.1.2.1") (source (origin (method url-fetch) (uri (cran-uri "xgboost" version)) (sha256 (base32 - "1ifpi156cw5w073857915j0qlwrn6gxvyshn8vppzqbswwdn6ny1")))) + "12ys8a51n8a4rlzvqfygjy7bzn9l95yaqglaxpphk5g88xx2mn3l")))) (properties '((updater-ignored-native-inputs . ("r-titanic")))) (build-system r-build-system) @@ -40133,7 +40133,7 @@ the current document.") (propagated-inputs (list r-data-table r-jsonlite r-matrix)) (native-inputs - (list r-knitr r-testthat r-vcd)) + (list r-knitr r-rhpcblasctl r-survival r-testthat)) (home-page "https://github.com/dmlc/xgboost") (synopsis "Extreme gradient boosting") (description |
