mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 08:51:48 -05:00
gnu: r-bbotk: Update to 0.4.0.
* gnu/packages/cran.scm (r-bbotk): Update to 0.4.0.
This commit is contained in:
parent
7a576a4b4e
commit
c9798d0525
1 changed files with 2 additions and 2 deletions
|
@ -28976,14 +28976,14 @@ (define-public r-mlr3learners
|
||||||
(define-public r-bbotk
|
(define-public r-bbotk
|
||||||
(package
|
(package
|
||||||
(name "r-bbotk")
|
(name "r-bbotk")
|
||||||
(version "0.3.2")
|
(version "0.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "bbotk" version))
|
(uri (cran-uri "bbotk" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bd9nxfgsj4ixpgky1mj6knb8l8nivvxpqpyw8vgpkj0za7gp4gr"))))
|
"09cw6z397laszsg5wsgpjh7jda74amqrcl2p25bgjg33ina2nvg7"))))
|
||||||
(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