mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 05:31:21 +01:00
gnu: r-kohonen: Update to 3.0.12.
* gnu/packages/cran.scm (r-kohonen): Update to 3.0.12.
This commit is contained in:
parent
e6802a6816
commit
f1ae6affed
1 changed files with 2 additions and 2 deletions
|
@ -18349,14 +18349,14 @@ be imported and then exported via the @code{gridSVG} package.")
|
|||
(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))
|
||||
|
|
Loading…
Add table
Reference in a new issue