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