me
/
guix
Archived
1
0
Fork 0

gnu: r-irlba: Update to 2.3.5.

* gnu/packages/statistics.scm (r-irlba): Update to 2.3.5.
master
Ricardo Wurmus 2022-01-05 19:34:39 +01:00
parent db2d774fd3
commit 0858d957ba
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3630,14 +3630,14 @@ flexible than the orphaned \"base64\" package.")
(define-public r-irlba
(package
(name "r-irlba")
(version "2.3.3")
(version "2.3.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "irlba" version))
(sha256
(base32
"1h7mzrqdjc41814cf6c93sbyl7nxwvsf3x8apl9rhmydgdlk7qkf"))))
"1fcv4vazg2sbsda8qqjjsjn2wagcp2bsahvznwm443j66q6qrz16"))))
(build-system r-build-system)
(propagated-inputs
(list r-matrix))