mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: r-xgboost: Update to 1.7.5.1.
* gnu/packages/cran.scm (r-xgboost): Update to 1.7.5.1.
This commit is contained in:
parent
8e3cd63b01
commit
8fdafb3d74
1 changed files with 2 additions and 2 deletions
|
@ -24074,14 +24074,14 @@ (define-public r-citr
|
|||
(define-public r-xgboost
|
||||
(package
|
||||
(name "r-xgboost")
|
||||
(version "1.7.3.1")
|
||||
(version "1.7.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "xgboost" version))
|
||||
(sha256
|
||||
(base32
|
||||
"199qlj74i7rsrwg7al55d2yr7py67k6yaa5wjfg6ma7s1sijrv9w"))))
|
||||
"1g35r6qh4ivgbbvsdysiyy4c9gh396k3wdwz7scfb13g40zq7h2f"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-data-table r-jsonlite r-matrix))
|
||||
|
|
Loading…
Reference in a new issue