me
/
guix
Archived
1
0
Fork 0

gnu: r-irlba: Update to 2.2.1.

* gnu/packages/statistics.scm (r-irlba): Update to 2.2.1.
master
Ricardo Wurmus 2017-08-03 17:22:07 +02:00
parent 81c057ced9
commit 1c576cbadb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3008,14 +3008,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.1.2") (version "2.2.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
"1qbcn0ix85pmk296jhpi419kvh06vxm5cq24yk013ps3g7fyi0si")))) "0zfb7x1701n6gask0f8y2yq0vmb82xkxf6limp43ivx551hx600s"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-matrix" ,r-matrix))) `(("r-matrix" ,r-matrix)))