mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-boruta: Update to 8.0.0.
* gnu/packages/cran.scm (r-boruta): Update to 8.0.0.
This commit is contained in:
parent
942743ade2
commit
f8bd6e84c5
1 changed files with 2 additions and 2 deletions
|
@ -28564,14 +28564,14 @@ (define-public r-scrypt
|
|||
(define-public r-boruta
|
||||
(package
|
||||
(name "r-boruta")
|
||||
(version "7.0.0")
|
||||
(version "8.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "Boruta" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0y2w4wb45kfnzrxcrdsiwgal9fsnlr3wad1sqdc70qv8gp921xbg"))))
|
||||
"1irx7qg1sw69ggsk4jgxfd3pp741kd944fipnda1qbcbphg5prrq"))))
|
||||
(properties `((upstream-name . "Boruta")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-ranger))
|
||||
|
|
Loading…
Reference in a new issue