me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-kernlab): Update to 0.9-31.
Ricardo Wurmus 2022-06-13 14:21:56 +02:00
parent bee70949b9
commit 58ec67948c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -18057,13 +18057,13 @@ that accept short and long options.")
(define-public r-kernlab (define-public r-kernlab
(package (package
(name "r-kernlab") (name "r-kernlab")
(version "0.9-30") (version "0.9-31")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "kernlab" version)) (uri (cran-uri "kernlab" version))
(sha256 (sha256
(base32 "10gfb542nbl1d5pfy6r7gcg3j1ikra9l18r6xjv8lzp5ka1kmz28")))) (base32 "12i7ffc1aacyy7bpjc0w60wwivn88wri8jz43h77irn5q5jwcnbk"))))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/kernlab") (home-page "https://cran.r-project.org/web/packages/kernlab")
(synopsis "Kernel-based machine learning tools") (synopsis "Kernel-based machine learning tools")