mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-mlr3measures: Update to 0.6.0.
* gnu/packages/cran.scm (r-mlr3measures): Update to 0.6.0. Change-Id: If9f2af3d5c7516bdd57310d96b54d49cdea27ecb
This commit is contained in:
parent
25c20934e5
commit
1c24e6754c
1 changed files with 2 additions and 2 deletions
|
@ -38711,13 +38711,13 @@ (define-public r-mlr3mbo
|
|||
(define-public r-mlr3measures
|
||||
(package
|
||||
(name "r-mlr3measures")
|
||||
(version "0.5.0")
|
||||
(version "0.6.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mlr3measures" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0k0i1xx63lds1870p2ljy1dlp2i376gdd0sq9s4xiqljqjb8va57"))))
|
||||
"0vhqcfn3fijj2lwjrly2lyb9bs5msqvlwdv1asfkr9shkw61piik"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-checkmate r-prroc))
|
||||
|
|
Loading…
Reference in a new issue