1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-18 08:10:29 +02:00

gnu: r-xgboost: Update to 3.2.0.1.

* gnu/packages/cran.scm (r-xgboost): Update to 3.2.0.1.

Change-Id: I2127e73c35c4da8842950d2509256ebb11ef17f8
This commit is contained in:
Ricardo Wurmus
2026-02-15 11:12:07 +01:00
committed by Andreas Enge
parent 7e7703982f
commit 48b623b4d7

View File

@@ -40290,14 +40290,14 @@ the current document.")
(define-public r-xgboost
(package
(name "r-xgboost")
(version "3.1.3.1")
(version "3.2.0.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "xgboost" version))
(sha256
(base32
"1pmhrnfrj89b6d52phw58f4njknh10c612icdrny9pyqp26jdvjr"))))
"0ah63hprmn19li6li4dr86cl68h8idi7jcqrh2x43zdsd6xq9yng"))))
(properties
'((updater-ignored-native-inputs . ("r-titanic"))))
(build-system r-build-system)