rekado pushed a commit to branch r-team
in repository guix.
commit 0b31d13d88abded39ef2095302dad1bed678b2b6
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue Jul 2 14:58:48 2024 +0200
gnu: r-mlr3hyperband: Update to 0.6.0.
* gnu/packages/cran.scm (r-mlr3hyperband): Update to 0.6.0.
Change-Id: I1dd85a3bccb29cf6ebd7b737b5b407dabfb12e66
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 6ff34f499e..a6a07f8023 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -38587,13 +38587,13 @@ the performance of optimized feature sets with nested
resampling.")
(define-public r-mlr3hyperband
(package
(name "r-mlr3hyperband")
- (version "0.5.0")
+ (version "0.6.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "mlr3hyperband" version))
(sha256
- (base32 "1x6vfhadxlb4c9q61d5qv957mkyfwdwchzbg3flfd0j28b4bck1p"))))
+ (base32 "1sr9bccy1zmbj83i6nlwkfmi98b40bl1l9q4lzl8n0knnavnzcj7"))))
(properties `((upstream-name . "mlr3hyperband")))
(build-system r-build-system)
(propagated-inputs (list r-bbotk