me
/
guix
Archived
1
0
Fork 0

gnu: r-boruta: Update to 8.0.0.

* gnu/packages/cran.scm (r-boruta): Update to 8.0.0.
Ricardo Wurmus 2022-11-29 15:22:26 +01:00
parent 942743ade2
commit f8bd6e84c5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -28564,14 +28564,14 @@ amounts of memory.")
(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))