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

* gnu/packages/cran.scm (r-kernlab): Update to 0.9-30.
This commit is contained in:
Ricardo Wurmus 2022-04-11 18:01:18 +02:00
parent e8c463e8a0
commit b6f56f68a3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -17788,13 +17788,13 @@ (define-public r-optparse
(define-public r-kernlab
(package
(name "r-kernlab")
(version "0.9-29")
(version "0.9-30")
(source
(origin
(method url-fetch)
(uri (cran-uri "kernlab" version))
(sha256
(base32 "0vqhndl4zm7pvkfvq0f6i9cbrm7pij6kmdp7d7w39pa100x6knn3"))))
(base32 "10gfb542nbl1d5pfy6r7gcg3j1ikra9l18r6xjv8lzp5ka1kmz28"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/kernlab")
(synopsis "Kernel-based machine learning tools")