mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: r-mlr3learners: Update to 0.5.7.
* gnu/packages/cran.scm (r-mlr3learners): Update to 0.5.7. Change-Id: Id0bb3f0309e84ce3da1bbe0f4b7cebe51da6d269
This commit is contained in:
parent
9fc384b8d2
commit
6eae78c4ca
1 changed files with 2 additions and 2 deletions
|
@ -37074,13 +37074,13 @@ (define-public r-mlr3
|
|||
(define-public r-mlr3learners
|
||||
(package
|
||||
(name "r-mlr3learners")
|
||||
(version "0.5.6")
|
||||
(version "0.5.7")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mlr3learners" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1m0psjqcl2pfy73wmc29vyz122v0kqmws6d0dgl7wsy1csfjsjm2"))))
|
||||
"0l4f500qa2xfcwd4b81sxx9cvj9j349bl77c9vwi45sfsjk19w8g"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-checkmate
|
||||
|
|
Loading…
Reference in a new issue