mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 04:37:36 -05:00
gnu: r-bbotk: Update to 0.5.0.
* gnu/packages/cran.scm (r-bbotk): Update to 0.5.0.
This commit is contained in:
parent
bf7bfa9332
commit
2ceb7a1d89
1 changed files with 2 additions and 2 deletions
|
@ -28882,14 +28882,14 @@ (define-public r-mlr3learners
|
|||
(define-public r-bbotk
|
||||
(package
|
||||
(name "r-bbotk")
|
||||
(version "0.4.0")
|
||||
(version "0.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "bbotk" version))
|
||||
(sha256
|
||||
(base32
|
||||
"09cw6z397laszsg5wsgpjh7jda74amqrcl2p25bgjg33ina2nvg7"))))
|
||||
"15y1w3mi1g91p73786ql1mmqld011757vax17i1vq7zw1s51yzxz"))))
|
||||
(properties `((upstream-name . "bbotk")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue