mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: r-mlr3: Update to 0.14.0.
* gnu/packages/cran.scm (r-mlr3): Update to 0.14.0.
This commit is contained in:
parent
0822d26eb8
commit
8760fc2a88
1 changed files with 2 additions and 2 deletions
|
@ -31016,13 +31016,13 @@ (define-public r-paradox
|
||||||
(define-public r-mlr3
|
(define-public r-mlr3
|
||||||
(package
|
(package
|
||||||
(name "r-mlr3")
|
(name "r-mlr3")
|
||||||
(version "0.13.4")
|
(version "0.14.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "mlr3" version))
|
(uri (cran-uri "mlr3" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13g0krjry0da1yfm6hrdq63ga5rwag5lkgp375394michiipnbwk"))))
|
"0cnyby4947g1w0h45nd3ld5zr4k19xrwp565mq1hnqkjwmyjsgdj"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-r6
|
(list r-r6
|
||||||
|
|
Loading…
Reference in a new issue