me
/
guix
Archived
1
0
Fork 0

gnu: r-mlr3hyperband: Update to 0.6.0.

* gnu/packages/cran.scm (r-mlr3hyperband): Update to 0.6.0.

Change-Id: I1dd85a3bccb29cf6ebd7b737b5b407dabfb12e66
master
Ricardo Wurmus 2024-07-02 14:58:48 +02:00
parent 01882049e1
commit 34a5744ff8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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