mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-sparsematrixstats: Update to 1.10.0.
* gnu/packages/bioconductor.scm (r-sparsematrixstats): Update to 1.10.0.
This commit is contained in:
parent
c73d3e9bad
commit
2dc26068eb
1 changed files with 2 additions and 2 deletions
|
@ -16305,14 +16305,14 @@ variable and significantly correlated genes.")
|
||||||
(define-public r-sparsematrixstats
|
(define-public r-sparsematrixstats
|
||||||
(package
|
(package
|
||||||
(name "r-sparsematrixstats")
|
(name "r-sparsematrixstats")
|
||||||
(version "1.8.0")
|
(version "1.10.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
|
||||||
"0p12kay7p5zbfm2589wdx0n9jhgpf5fb2fsmkhn3p4ck4xcy13x2"))))
|
"1rq23ra4nnz9dx0gsg9bh8zcbz6s0pyvjwq30xl6g4hbqz927xb0"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "sparseMatrixStats")))
|
`((upstream-name . "sparseMatrixStats")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue