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

* gnu/packages/cran.scm (r-kernlab): Update to 0.9-29.
This commit is contained in:
Ricardo Wurmus 2019-11-14 08:21:13 +01:00
parent e6f1468c93
commit 17c5b6fcce
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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