mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: r-bbotk: Update to 0.7.2.
* gnu/packages/cran.scm (r-bbotk): Update to 0.7.2.
This commit is contained in:
parent
e9464e207d
commit
e863cf4203
1 changed files with 2 additions and 2 deletions
|
@ -32469,14 +32469,14 @@ (define-public r-mlr3learners
|
||||||
(define-public r-bbotk
|
(define-public r-bbotk
|
||||||
(package
|
(package
|
||||||
(name "r-bbotk")
|
(name "r-bbotk")
|
||||||
(version "0.7.0")
|
(version "0.7.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "bbotk" version))
|
(uri (cran-uri "bbotk" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0g3x3r1dkp9w57arpqc6iccvsawjdf7vlv8c27cb1r36b0z45fi6"))))
|
"1gw0rkbiv93ifl9110r9sr0p9g4vg7qc11mznmmjq0a5vzmqgpm9"))))
|
||||||
(properties `((upstream-name . "bbotk")))
|
(properties `((upstream-name . "bbotk")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue