gnu: r-xgboost: Update to 1.7.11.1.

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

Change-Id: I007ba1e7908daf2456bd0aedeffaf2c152074803
This commit is contained in:
Ricardo Wurmus 2025-05-18 09:57:21 +02:00
parent 7a2ac9de62
commit 6f65436f72
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -38630,14 +38630,14 @@ the current document.")
(define-public r-xgboost
(package
(name "r-xgboost")
(version "1.7.10.1")
(version "1.7.11.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "xgboost" version))
(sha256
(base32
"0zljn17jb19an689dm5ij7v4kr0kfh389jm01g7zzx7g9vv4vyrx"))))
"1ifpi156cw5w073857915j0qlwrn6gxvyshn8vppzqbswwdn6ny1"))))
(properties
'((updater-ignored-native-inputs . ("r-titanic"))))
(build-system r-build-system)