gnu: r-irlba: Update to 2.3.2.

* gnu/packages/statistics.scm (r-irlba): Update to 2.3.2.
This commit is contained in:
Ricardo Wurmus 2018-02-13 16:08:43 +01:00
parent a63117c8ae
commit 8ff6853c13
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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