mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: r-kohonen: Update to 3.0.11.
* gnu/packages/cran.scm (r-kohonen): Update to 3.0.11.
This commit is contained in:
parent
b05c08e901
commit
a72f198bfb
1 changed files with 2 additions and 2 deletions
|
@ -14366,14 +14366,14 @@ (define-public r-grimport2
|
||||||
(define-public r-kohonen
|
(define-public r-kohonen
|
||||||
(package
|
(package
|
||||||
(name "r-kohonen")
|
(name "r-kohonen")
|
||||||
(version "3.0.10")
|
(version "3.0.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "kohonen" version))
|
(uri (cran-uri "kohonen" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ck7j13x701g67bx81x7plszz804jfhl1yg42krcj9x88vm5cscr"))))
|
"1bk3j0n8w4fhffv89rgyn4n21c0wcx6lr8jv4wbagpxprl585381"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-rcpp))
|
(list r-rcpp))
|
||||||
|
|
Loading…
Reference in a new issue