gnu: r-xgboost: Update to 1.2.0.1.

* gnu/packages/cran.scm (r-xgboost): Update to 1.2.0.1.
This commit is contained in:
Ricardo Wurmus 2020-09-04 22:00:28 +02:00
parent 9a1c809d61
commit 274aa8252c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -16110,14 +16110,14 @@ (define-public r-citr
(define-public r-xgboost (define-public r-xgboost
(package (package
(name "r-xgboost") (name "r-xgboost")
(version "1.1.1.1") (version "1.2.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
"13njhcxljhbcs37ni6r5174fk8kx9b5p7rlw1an1ak3w92jn56cq")))) "16hpvv2hwdzcyg90z7c1g5d2hj011qk8mivy4l2nqd2g7rkjwis4"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-data-table" ,r-data-table) `(("r-data-table" ,r-data-table)