me
/
guix
Archived
1
0
Fork 0

gnu: r-xgboost: Update to 1.6.0.1.

* gnu/packages/cran.scm (r-xgboost): Update to 1.6.0.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -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))