guix_mirror_bot pushed a commit to branch r-team
in repository guix.
commit 6f88c8a10b5911ea9c28e14df32917e9adc6386d
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Dec 3 22:37:12 2025 +0100
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
---
gnu/packages/cran.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 6b5e439d25..d896cfa2d2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -40105,14 +40105,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)
@@ -40131,7 +40131,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