gnu: r-kernlab: Update to 0.9-32.
* gnu/packages/cran.scm (r-kernlab): Update to 0.9-32.
This commit is contained in:
parent
b7f99f0464
commit
28e49ff0e6
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue