gnu: r-kernlab: Update to 0.9-32.

* gnu/packages/cran.scm (r-kernlab): Update to 0.9-32.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:08:40 +01:00
parent b7f99f0464
commit 28e49ff0e6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -20429,13 +20429,13 @@ (define-public r-osqp
(define-public r-kernlab
(package
(name "r-kernlab")
(version "0.9-31")
(version "0.9-32")
(source
(origin
(method url-fetch)
(uri (cran-uri "kernlab" version))
(sha256
(base32 "12i7ffc1aacyy7bpjc0w60wwivn88wri8jz43h77irn5q5jwcnbk"))))
(base32 "1p3gbn9qgc6yqx9irkl8c23khvkx77jl96hk9hn4vsrx6i7g6kk5"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/kernlab")
(synopsis "Kernel-based machine learning tools")