mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: r-mlr3tuning: Update to 1.5.1.
* gnu/packages/cran.scm (r-mlr3tuning): Update to 1.5.1. Change-Id: Id5a3cd491ee555aabe503e91c3132f4aa9ca111f
This commit is contained in:
parent
4bc78bac4e
commit
2d69fd2108
1 changed files with 2 additions and 2 deletions
|
|
@ -52823,13 +52823,13 @@ annealing.")
|
|||
(define-public r-mlr3tuning
|
||||
(package
|
||||
(name "r-mlr3tuning")
|
||||
(version "1.5.0")
|
||||
(version "1.5.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mlr3tuning" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0i1cb4b344pk13zfryvyy5pjqzh4ipc9z0l1pjmmwk5pb0454y86"))))
|
||||
"0ni106500pqlml1bph7s2b12cx91lj3cxgbsbq2qnpdsav8pdf3p"))))
|
||||
(properties
|
||||
'((updater-extra-native-inputs . ("r-rpart"))))
|
||||
(build-system r-build-system)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue