mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: r-irlba: Update to 2.1.2.
* gnu/packages/statistics.scm (r-irlba): Update to 2.1.2.
This commit is contained in:
parent
4f2ebc16ce
commit
89242ea47f
1 changed files with 2 additions and 2 deletions
|
@ -2621,14 +2621,14 @@ (define-public r-base64enc
|
||||||
(define-public r-irlba
|
(define-public r-irlba
|
||||||
(package
|
(package
|
||||||
(name "r-irlba")
|
(name "r-irlba")
|
||||||
(version "2.1.1")
|
(version "2.1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "irlba" version))
|
(uri (cran-uri "irlba" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0yb8b8g6f3cb0f56r702fn2px8nf5rx8cyy2scq36xai9w7f25jj"))))
|
"1qbcn0ix85pmk296jhpi419kvh06vxm5cq24yk013ps3g7fyi0si"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "http://cran.r-project.org/web/packages/irlba")
|
(home-page "http://cran.r-project.org/web/packages/irlba")
|
||||||
(synopsis "Methods for eigendecomposition of large matrices")
|
(synopsis "Methods for eigendecomposition of large matrices")
|
||||||
|
|
Loading…
Reference in a new issue