me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-kernlab): Update to 0.9-30.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -17788,13 +17788,13 @@ that accept short and long options.")
(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")