me
/
guix
Archived
1
0
Fork 0

gnu: r-irlba: Update to 2.3.1.

* gnu/packages/statistics.scm (r-irlba): Update to 2.3.1.
master
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
(package
(name "r-irlba")
(version "2.2.1")
(version "2.3.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "irlba" version))
(sha256
(base32
"0zfb7x1701n6gask0f8y2yq0vmb82xkxf6limp43ivx551hx600s"))))
"1dclzzkm75sbbqda5scj2hlqnw2sksgxbiqagxs4359fwfszi0k0"))))
(build-system r-build-system)
(propagated-inputs
`(("r-matrix" ,r-matrix)))