gnu: r-irlba: Update to 2.2.1.
* gnu/packages/statistics.scm (r-irlba): Update to 2.2.1.master
parent
81c057ced9
commit
1c576cbadb
|
@ -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)))
|
||||||
|
|
Reference in New Issue