Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-fastica): Update to 1.2-4.

Change-Id: Ia0f61d080891317f825837e42aee70e94eff83dc
This commit is contained in:
Ricardo Wurmus 2023-12-15 12:17:12 +01:00
parent f2041fe211
commit c5e8b34bde
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5462,14 +5462,14 @@ regression.")
(define-public r-fastica (define-public r-fastica
(package (package
(name "r-fastica") (name "r-fastica")
(version "1.2-3") (version "1.2-4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "fastICA" version)) (uri (cran-uri "fastICA" version))
(sha256 (sha256
(base32 (base32
"0l49cmxm1n4dzrv8q3q3mq4drcjgby4f1dmpwfdb8jxn9ij85vz9")))) "0bszvwsfal83phwsk81vwcbs8q56qp5fs9a99yzpa6hd87m8hsgd"))))
(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")