mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01:00
gnu: r-sparsematrixstats: Update to 1.8.0.
* gnu/packages/bioconductor.scm (r-sparsematrixstats): Update to 1.8.0.
This commit is contained in:
parent
5f04cf7bdb
commit
eca29a788b
1 changed files with 2 additions and 2 deletions
|
@ -14272,14 +14272,14 @@ (define-public r-scran
|
||||||
(define-public r-sparsematrixstats
|
(define-public r-sparsematrixstats
|
||||||
(package
|
(package
|
||||||
(name "r-sparsematrixstats")
|
(name "r-sparsematrixstats")
|
||||||
(version "1.6.0")
|
(version "1.8.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
|
||||||
"0ifqj4a6mn4749sr62gq3dwd6mmbbzdx5mh5b5663vcgl1kw96x1"))))
|
"0p12kay7p5zbfm2589wdx0n9jhgpf5fb2fsmkhn3p4ck4xcy13x2"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "sparseMatrixStats")))
|
`((upstream-name . "sparseMatrixStats")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in a new issue