mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-mlr3: Update to 0.14.1.
* gnu/packages/cran.scm (r-mlr3): Update to 0.14.1.
This commit is contained in:
parent
81e579af8a
commit
c6afed69f2
1 changed files with 2 additions and 2 deletions
|
@ -31848,13 +31848,13 @@ (define-public r-paradox
|
|||
(define-public r-mlr3
|
||||
(package
|
||||
(name "r-mlr3")
|
||||
(version "0.14.0")
|
||||
(version "0.14.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mlr3" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0cnyby4947g1w0h45nd3ld5zr4k19xrwp565mq1hnqkjwmyjsgdj"))))
|
||||
"192hvc0may73m396j2igwm46ym6f345w6q0q69kqhia58fp6h3nd"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-r6
|
||||
|
|
Loading…
Reference in a new issue