gnu: r-ica: Update to 1.0-2.
* gnu/packages/cran.scm (r-ica): Update to 1.0-2.
This commit is contained in:
parent
1e31e8bc74
commit
fabf09934b
|
@ -2218,14 +2218,14 @@ Analysis with R\" by Michael Friendly and David Meyer (2015).")
|
||||||
(define-public r-ica
|
(define-public r-ica
|
||||||
(package
|
(package
|
||||||
(name "r-ica")
|
(name "r-ica")
|
||||||
(version "1.0-1")
|
(version "1.0-2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ica" version))
|
(uri (cran-uri "ica" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bkl4a72l0k6gm82l3jxnib898z20cw17zg81jj39l9dn65rlmcq"))))
|
"0ya1nph1zwhad0bfz4yxs27kl45yk1dhnphdlrq34p8pqrpmj8g7"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://cran.r-project.org/web/packages/ica/")
|
(home-page "https://cran.r-project.org/web/packages/ica/")
|
||||||
(synopsis "Independent component analysis")
|
(synopsis "Independent component analysis")
|
||||||
|
|
Loading…
Reference in New Issue