me
/
guix
Archived
1
0
Fork 0

gnu: r-bbotk: Update to 0.7.3.

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

Change-Id: I5e50ff5b3ac039fbe47d8093088e3e59a2bd8803
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -37013,14 +37013,14 @@ vector machines, and gradient boosting.")
(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