mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: r-mlr3tuning: Update to 0.8.0.
* gnu/packages/cran.scm (r-mlr3tuning): Update to 0.8.0.
This commit is contained in:
parent
921ecdba7c
commit
ea23f17ece
1 changed files with 2 additions and 2 deletions
|
@ -26993,13 +26993,13 @@ (define-public r-bbotk
|
|||
(define-public r-mlr3tuning
|
||||
(package
|
||||
(name "r-mlr3tuning")
|
||||
(version "0.7.0")
|
||||
(version "0.8.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mlr3tuning" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0xpq16qij05nsfwg0qnfziqjvgk5wn0dgl0sb5gg3qsp1cs6vfqj"))))
|
||||
"16rvsf0jf06yvalydbs7zzn2994hvvyfw975ydiyv3wy1qzgr8bv"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-bbotk" ,r-bbotk)
|
||||
|
|
Loading…
Reference in a new issue