gnu: r-sparsematrixstats: Update to 1.10.0.

* gnu/packages/bioconductor.scm (r-sparsematrixstats): Update to 1.10.0.
This commit is contained in:
zimoun 2022-11-17 03:50:31 +01:00 committed by Ricardo Wurmus
parent c73d3e9bad
commit 2dc26068eb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -16305,14 +16305,14 @@ variable and significantly correlated genes.")
(define-public r-sparsematrixstats
(package
(name "r-sparsematrixstats")
(version "1.8.0")
(version "1.10.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "sparseMatrixStats" version))
(sha256
(base32
"0p12kay7p5zbfm2589wdx0n9jhgpf5fb2fsmkhn3p4ck4xcy13x2"))))
"1rq23ra4nnz9dx0gsg9bh8zcbz6s0pyvjwq30xl6g4hbqz927xb0"))))
(properties
`((upstream-name . "sparseMatrixStats")))
(build-system r-build-system)