gnu: r-kohonen: Update to 3.0.12.

* gnu/packages/cran.scm (r-kohonen): Update to 3.0.12.
This commit is contained in:
Ricardo Wurmus 2023-07-11 15:35:26 +02:00
parent e6802a6816
commit f1ae6affed
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -18349,14 +18349,14 @@ (define-public r-grimport2
(define-public r-kohonen
(package
(name "r-kohonen")
(version "3.0.11")
(version "3.0.12")
(source
(origin
(method url-fetch)
(uri (cran-uri "kohonen" version))
(sha256
(base32
"1bk3j0n8w4fhffv89rgyn4n21c0wcx6lr8jv4wbagpxprl585381"))))
"188cxw2fvpfr3dyi8g52igcyc8d5jffyn6rhc84dja52da8lp520"))))
(build-system r-build-system)
(propagated-inputs
(list r-rcpp))