mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-ica: Update to 1.0-3.
* gnu/packages/cran.scm (r-ica): Update to 1.0-3.
This commit is contained in:
parent
23367bfa57
commit
796267ef8d
1 changed files with 2 additions and 2 deletions
|
@ -6376,14 +6376,14 @@ (define-public r-vcfr
|
|||
(define-public r-ica
|
||||
(package
|
||||
(name "r-ica")
|
||||
(version "1.0-2")
|
||||
(version "1.0-3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ica" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ya1nph1zwhad0bfz4yxs27kl45yk1dhnphdlrq34p8pqrpmj8g7"))))
|
||||
"0rdqd3kz2cv3xvf6yz55bwhsg3k7j90d450i3azs2xkbn4q3aka7"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/ica/")
|
||||
(synopsis "Independent component analysis")
|
||||
|
|
Loading…
Reference in a new issue