gnu: r-rsparse: Update to 0.5.0.
* gnu/packages/cran.scm (r-rsparse): Update to 0.5.0. [propagated-inputs]: Add r-matrixextra.
This commit is contained in:
parent
84b8ded6a9
commit
d7cfb89536
1 changed files with 3 additions and 2 deletions
|
@ -18218,14 +18218,14 @@ on, for a performance vs accuracy trade-off.")
|
||||||
(define-public r-rsparse
|
(define-public r-rsparse
|
||||||
(package
|
(package
|
||||||
(name "r-rsparse")
|
(name "r-rsparse")
|
||||||
(version "0.4.0")
|
(version "0.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rsparse" version))
|
(uri (cran-uri "rsparse" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1blg59gsidh0sn6yy761pisz2phml0hzgqc24s5s8q9q903rddr9"))))
|
"0d05h47j29zipyxbkv9cwzv2dzj894z6hh9dqfhwswwjbv6ciwpq"))))
|
||||||
(properties `((upstream-name . "rsparse")))
|
(properties `((upstream-name . "rsparse")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -18233,6 +18233,7 @@ on, for a performance vs accuracy trade-off.")
|
||||||
r-float
|
r-float
|
||||||
r-lgr
|
r-lgr
|
||||||
r-matrix
|
r-matrix
|
||||||
|
r-matrixextra
|
||||||
r-rcpp
|
r-rcpp
|
||||||
r-rcpparmadillo
|
r-rcpparmadillo
|
||||||
r-rhpcblasctl))
|
r-rhpcblasctl))
|
||||||
|
|
Reference in a new issue