Archived
1
0
Fork 0

gnu: r-fastica: Update to 1.2-2.

* gnu/packages/statistics.scm (r-fastica): Update to 1.2-2.
This commit is contained in:
Ricardo Wurmus 2019-08-06 13:51:12 +02:00
parent db93ef0948
commit 58aa971fbd
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4642,14 +4642,14 @@ regression.")
(define-public r-fastica (define-public r-fastica
(package (package
(name "r-fastica") (name "r-fastica")
(version "1.2-1") (version "1.2-2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "fastICA" version)) (uri (cran-uri "fastICA" version))
(sha256 (sha256
(base32 (base32
"108z2ymby5y4h8l4l2krqwm28rya93gq09yylgilnm3afvfrfabg")))) "1zpijqcipm0aa3rxj0mys06lskqy4dbppjpxr1aby0j16y9ka8ij"))))
(properties `((upstream-name . "fastICA"))) (properties `((upstream-name . "fastICA")))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/fastICA") (home-page "https://cran.r-project.org/web/packages/fastICA")