gnu: r-sparsematrixstats: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-sparsematrixstats): Update to 1.12.0.
This commit is contained in:
parent
1435a289dd
commit
4b4df8d533
1 changed files with 2 additions and 2 deletions
|
@ -18808,14 +18808,14 @@ variable and significantly correlated genes.")
|
||||||
(define-public r-sparsematrixstats
|
(define-public r-sparsematrixstats
|
||||||
(package
|
(package
|
||||||
(name "r-sparsematrixstats")
|
(name "r-sparsematrixstats")
|
||||||
(version "1.10.0")
|
(version "1.12.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
|
||||||
"1rq23ra4nnz9dx0gsg9bh8zcbz6s0pyvjwq30xl6g4hbqz927xb0"))))
|
"0yng347pnsrkbjgfw9xi20ms57kkbdgzh3sz3sj24dp6k0p5s3da"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "sparseMatrixStats")))
|
`((upstream-name . "sparseMatrixStats")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in a new issue