mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
gnu: r-mlr3measures: Update to 0.4.0.
* gnu/packages/cran.scm (r-mlr3measures): Update to 0.4.0.
This commit is contained in:
parent
6369034dad
commit
e647344b59
1 changed files with 2 additions and 2 deletions
|
@ -28839,13 +28839,13 @@ (define-public r-lgr
|
|||
(define-public r-mlr3measures
|
||||
(package
|
||||
(name "r-mlr3measures")
|
||||
(version "0.3.1")
|
||||
(version "0.4.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mlr3measures" version))
|
||||
(sha256
|
||||
(base32
|
||||
"18jk4kdj9771r16smz7xhmmiilcdg1qlavln5hrpvkx780zh3hj6"))))
|
||||
"1qlqfan5akz42zwkcz3ncln6rd9c302dy4cyp7nx0jcafr5i459f"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-checkmate" ,r-checkmate)
|
||||
|
|
Loading…
Reference in a new issue