gnu: r-bbotk: Update to 1.0.0.

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

Change-Id: If6c4c719b6fc4095610ede43c6a817009e05af8d
This commit is contained in:
Ricardo Wurmus 2024-07-02 14:58:50 +02:00
parent 8f01fbd7a6
commit 254aed2b97
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -38940,14 +38940,14 @@ vector machines, and gradient boosting.")
(define-public r-bbotk
(package
(name "r-bbotk")
(version "0.8.0")
(version "1.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "bbotk" version))
(sha256
(base32
"1ggfl1lhvjnnkxib4svqd82agrvjcg1101cbf4g2c0kzgzm1jaj6"))))
"0w1f54lwhllf16iw9irgfv4nsn26ikw1m3wlrk5ilcs3z83zakk8"))))
(properties `((upstream-name . "bbotk")))
(build-system r-build-system)
(propagated-inputs