me
/
guix
Archived
1
0
Fork 0

gnu: r-kohonen: Update to 3.0.11.

* gnu/packages/cran.scm (r-kohonen): Update to 3.0.11.
master
Ricardo Wurmus 2022-04-11 18:01:15 +02:00
parent b05c08e901
commit a72f198bfb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -14366,14 +14366,14 @@ be imported and then exported via the @code{gridSVG} package.")
(define-public r-kohonen
(package
(name "r-kohonen")
(version "3.0.10")
(version "3.0.11")
(source
(origin
(method url-fetch)
(uri (cran-uri "kohonen" version))
(sha256
(base32
"1ck7j13x701g67bx81x7plszz804jfhl1yg42krcj9x88vm5cscr"))))
"1bk3j0n8w4fhffv89rgyn4n21c0wcx6lr8jv4wbagpxprl585381"))))
(build-system r-build-system)
(propagated-inputs
(list r-rcpp))