gnu: r-bbotk: Update to 0.7.3.

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

Change-Id: I5e50ff5b3ac039fbe47d8093088e3e59a2bd8803
This commit is contained in:
Ricardo Wurmus 2023-11-15 15:54:39 +01:00
parent b4cf3fde74
commit 5fc4cb0d85
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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