gnu: r-sparsematrixstats: Update to 1.14.0.
* gnu/packages/bioconductor.scm (r-sparsematrixstats): Update to 1.14.0. Change-Id: Ia8812ca08d97737c1542afc80ce31ae29e673820master
parent
d797b2bb6f
commit
fb51c8df4f
|
@ -21126,14 +21126,14 @@ in the @code{matrixStats} package from CRAN.")
|
||||||
(define-public r-sparsematrixstats
|
(define-public r-sparsematrixstats
|
||||||
(package
|
(package
|
||||||
(name "r-sparsematrixstats")
|
(name "r-sparsematrixstats")
|
||||||
(version "1.12.2")
|
(version "1.14.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "sparseMatrixStats" version))
|
(uri (bioconductor-uri "sparseMatrixStats" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00jalzg6yphi8ci4iid7x38jlsrvvdswrq7cqa7jybs26ayjldw1"))))
|
"0r2jxwha2xjp8iy7al85s5vib4xvl47gmlbbvvjj4wnz2gfzic9r"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "sparseMatrixStats")))
|
`((upstream-name . "sparseMatrixStats")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in New Issue