guix_mirror_bot pushed a commit to branch r-team
in repository guix.
commit 13efb2bb0875b9b38f8a471f864d9578f6561e7a
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Feb 28 23:56:37 2026 +0100
gnu: r-mlr3mbo: Update to 1.0.0.
* gnu/packages/cran.scm (r-mlr3mbo): Update to 1.0.0.
[native-inputs]: Remove r-mlr3pipelines; add r-nloptr.
Change-Id: I558b4180a1406f50aadcaa2dac9e1afe0f66680d
---
gnu/packages/cran.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3c97fee372..2c29d9a5ad 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -53891,13 +53891,13 @@ the comparison of different learning algorithms.")
(define-public r-mlr3mbo
(package
(name "r-mlr3mbo")
- (version "0.3.3")
+ (version "1.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "mlr3mbo" version))
(sha256
- (base32 "121g35j6rab75mpgjnvaw8jcg7da7lvsn48912cy4zsmx3r0pcz3"))))
+ (base32 "0s6k85w0v29g91pcrf5zbwpflcfhlh02dapil19xcbc7zar6lwka"))))
(properties
'((upstream-name . "mlr3mbo")
(updater-extra-native-inputs
@@ -53918,7 +53918,7 @@ the comparison of different learning algorithms.")
r-fastghquad
r-mirai
r-mlr3learners
- r-mlr3pipelines
+ r-nloptr
r-ranger
r-redux
r-rgenoud