gnu: r-sparsesvd: Update to 0.2-2.
* gnu/packages/cran.scm (r-sparsesvd): Update to 0.2-2.master
parent
1e673c2f9a
commit
0f4fba3768
|
@ -16111,14 +16111,14 @@ giving it a description in the specific format.")
|
||||||
(define-public r-sparsesvd
|
(define-public r-sparsesvd
|
||||||
(package
|
(package
|
||||||
(name "r-sparsesvd")
|
(name "r-sparsesvd")
|
||||||
(version "0.2-1")
|
(version "0.2-2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "sparsesvd" version))
|
(uri (cran-uri "sparsesvd" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0yz0mgayxriyrz6bbrd41cck0s56b916xvyh13hw86gydd6kpl5k"))))
|
"0dnqjqypjwac8aqdqsqdgcd70lyrfv6idz8q2kzjiv1sxrlwqh5v"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-matrix))
|
(propagated-inputs (list r-matrix))
|
||||||
(home-page "http://tedlab.mit.edu/~dr/SVDLIBC/")
|
(home-page "http://tedlab.mit.edu/~dr/SVDLIBC/")
|
||||||
|
|
Reference in New Issue