mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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:
parent
c770549ed1
commit
f26fae34b4
1 changed files with 2 additions and 2 deletions
|
|
@ -40189,14 +40189,14 @@ the current document.")
|
|||
(define-public r-xgboost
|
||||
(package
|
||||
(name "r-xgboost")
|
||||
(version "3.1.2.1")
|
||||
(version "3.1.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "xgboost" version))
|
||||
(sha256
|
||||
(base32
|
||||
"12ys8a51n8a4rlzvqfygjy7bzn9l95yaqglaxpphk5g88xx2mn3l"))))
|
||||
"1pmhrnfrj89b6d52phw58f4njknh10c612icdrny9pyqp26jdvjr"))))
|
||||
(properties
|
||||
'((updater-ignored-native-inputs . ("r-titanic"))))
|
||||
(build-system r-build-system)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue