gnu: r-xgboost: Update to 3.1.3.1.

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

Change-Id: Iebd7d21528ddbe684fc85209bf6113721406ca4e
This commit is contained in:
Ricardo Wurmus 2026-01-20 07:17:26 +01:00 committed by Andreas Enge
parent c770549ed1
commit f26fae34b4
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

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