mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-xgboost: Update to 1.7.6.1.
* gnu/packages/cran.scm (r-xgboost): Update to 1.7.6.1. Change-Id: I9a18cd3afba31322d92d98e726500bc5bde910d6
This commit is contained in:
parent
acf1c199e9
commit
d3566377dd
1 changed files with 2 additions and 2 deletions
|
@ -25982,14 +25982,14 @@ (define-public r-citr
|
|||
(define-public r-xgboost
|
||||
(package
|
||||
(name "r-xgboost")
|
||||
(version "1.7.5.1")
|
||||
(version "1.7.6.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "xgboost" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1g35r6qh4ivgbbvsdysiyy4c9gh396k3wdwz7scfb13g40zq7h2f"))))
|
||||
"0q1x7ldvjankaf0gqcqiyiy514c5jascggfq6qrfyn3sravdcggj"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-data-table r-jsonlite r-matrix))
|
||||
|
|
Loading…
Reference in a new issue