gnu: r-xgboost: Update to 1.6.0.1.

* gnu/packages/cran.scm (r-xgboost): Update to 1.6.0.1.
This commit is contained in:
Ricardo Wurmus 2022-05-28 08:30:38 +02:00
parent 1655a72596
commit 9abfef11fd
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -20132,14 +20132,14 @@ (define-public r-citr
(define-public r-xgboost
(package
(name "r-xgboost")
(version "1.5.2.1")
(version "1.6.0.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "xgboost" version))
(sha256
(base32
"13mi3rmpxhgm4qbm4xcqml9n5d1xyai2k1mi52i8x60jd5m8s319"))))
"1gafjv6vcpny03lqw8s68xszalsylniavaqwsbzh46vyk4h9mscs"))))
(build-system r-build-system)
(propagated-inputs
(list r-data-table r-jsonlite r-matrix))