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