mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: r-mlr3learners: Update to 0.12.0.
* gnu/packages/cran.scm (r-mlr3learners): Update to 0.12.0. Change-Id: I656eb21bb9940cb8ce8d76009755112ccbc8ba43
This commit is contained in:
parent
b0545ed2f0
commit
c1c237868b
1 changed files with 2 additions and 2 deletions
|
|
@ -51269,13 +51269,13 @@ computational operations, add-on packages provide additional functionality.")
|
|||
(define-public r-mlr3learners
|
||||
(package
|
||||
(name "r-mlr3learners")
|
||||
(version "0.11.0")
|
||||
(version "0.12.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mlr3learners" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1fm3r1nxssb14v191vp6d2f9l9p6phrvds5j8hqy004ya7bsqpfr"))))
|
||||
"1vfd4llc558f3rvdr6ykfsa7cxjcivizslsszmr7c1qdm8ly8jf7"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-checkmate
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue