gnu: r-xgboost: Update to 1.6.0.1.
* gnu/packages/cran.scm (r-xgboost): Update to 1.6.0.1.master
parent
1655a72596
commit
9abfef11fd
|
@ -20132,14 +20132,14 @@ the current document.")
|
||||||
(define-public r-xgboost
|
(define-public r-xgboost
|
||||||
(package
|
(package
|
||||||
(name "r-xgboost")
|
(name "r-xgboost")
|
||||||
(version "1.5.2.1")
|
(version "1.6.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "xgboost" version))
|
(uri (cran-uri "xgboost" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13mi3rmpxhgm4qbm4xcqml9n5d1xyai2k1mi52i8x60jd5m8s319"))))
|
"1gafjv6vcpny03lqw8s68xszalsylniavaqwsbzh46vyk4h9mscs"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-data-table r-jsonlite r-matrix))
|
(list r-data-table r-jsonlite r-matrix))
|
||||||
|
|
Reference in New Issue