gnu: r-irlba: Update to 2.3.1.

* gnu/packages/statistics.scm (r-irlba): Update to 2.3.1.
This commit is contained in:
Ricardo Wurmus 2017-11-03 14:06:10 +01:00
parent 116e9837b5
commit c8818f5577
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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