gnu: r-bbotk: Update to 0.8.0.

* gnu/packages/cran.scm (r-bbotk): Update to 0.8.0.

Change-Id: I5ecb9e126b96970db6aee5374ae809cd03eab9f4
This commit is contained in:
Ricardo Wurmus 2024-03-05 14:38:31 +01:00
parent 74a179bc44
commit 85c9d158f3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -37696,14 +37696,14 @@ (define-public r-mlr3learners
(define-public r-bbotk
(package
(name "r-bbotk")
(version "0.7.3")
(version "0.8.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "bbotk" version))
(sha256
(base32
"1ddr5w7n68d3imcrm0ipgk1waml8zj4szi566dmmiqvlpzpgdr3p"))))
"1ggfl1lhvjnnkxib4svqd82agrvjcg1101cbf4g2c0kzgzm1jaj6"))))
(properties `((upstream-name . "bbotk")))
(build-system r-build-system)
(propagated-inputs