mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: r-mlr3viz: Update to 0.9.0.
* gnu/packages/cran.scm (r-mlr3viz): Update to 0.9.0. Change-Id: I14e20c97022391deba27bcd0855c6937bf775cdd
This commit is contained in:
parent
c23c40c5a9
commit
33d8f2f270
1 changed files with 2 additions and 2 deletions
|
@ -38826,13 +38826,13 @@ (define-public r-mlr3verse
|
|||
(define-public r-mlr3viz
|
||||
(package
|
||||
(name "r-mlr3viz")
|
||||
(version "0.8.0")
|
||||
(version "0.9.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mlr3viz" version))
|
||||
(sha256
|
||||
(base32 "1m2f54yqhk1bd4c30vd1z509yblz6y4i8qkwhg73aa1sflnsycvf"))))
|
||||
(base32 "1dm0xkrmd4c9hs22rxpxvvd4xxki4nxh2x7s06s2d7n3dhr4l3xh"))))
|
||||
(properties `((upstream-name . "mlr3viz")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-checkmate
|
||||
|
|
Loading…
Reference in a new issue