Archived
1
0
Fork 0

gnu: r-xgboost: Update to 1.7.5.1.

* gnu/packages/cran.scm (r-xgboost): Update to 1.7.5.1.
This commit is contained in:
Ricardo Wurmus 2023-04-06 17:32:38 +02:00
parent 41bbe582d0
commit d8a2e51df7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -24074,14 +24074,14 @@ the current document.")
(define-public r-xgboost (define-public r-xgboost
(package (package
(name "r-xgboost") (name "r-xgboost")
(version "1.7.3.1") (version "1.7.5.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
"199qlj74i7rsrwg7al55d2yr7py67k6yaa5wjfg6ma7s1sijrv9w")))) "1g35r6qh4ivgbbvsdysiyy4c9gh396k3wdwz7scfb13g40zq7h2f"))))
(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))