mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 11:55:06 -06:00
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:
parent
7a2ac9de62
commit
6f65436f72
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue