me
/
guix
Archived
1
0
Fork 0

gnu: r-bbotk: Update to 0.5.2.

* gnu/packages/cran.scm (r-bbotk): Update to 0.5.2.
master
Ricardo Wurmus 2022-04-11 18:01:35 +02:00
parent f1fa7890f6
commit d587f1d80d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -29753,14 +29753,14 @@ vector machines, and gradient boosting.")
(define-public r-bbotk
(package
(name "r-bbotk")
(version "0.5.1")
(version "0.5.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "bbotk" version))
(sha256
(base32
"1171vcs96j8f4n0rjsbbiscs4nxgd4209lr9biy99lvhjvjdsfsm"))))
"0k1vlh14mfbcgdw2yfhab7shkrqm4d2h6af12mybr9gks26xmw82"))))
(properties `((upstream-name . "bbotk")))
(build-system r-build-system)
(propagated-inputs