gnu: r-irlba: Update to 2.3.3.

* gnu/packages/statistics.scm (r-irlba): Update to 2.3.3.
master
Ricardo Wurmus 2019-03-07 23:33:20 +01:00
parent b22a20405a
commit 6be62a5a72
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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