mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-sparsematrixstats: Update to 1.2.1.
* gnu/packages/bioconductor.scm (r-sparsematrixstats): Update to 1.2.1.
This commit is contained in:
parent
de4fc49270
commit
8acfd9f3d4
1 changed files with 2 additions and 2 deletions
|
@ -9022,14 +9022,14 @@ variable and significantly correlated genes.")
|
||||||
(define-public r-sparsematrixstats
|
(define-public r-sparsematrixstats
|
||||||
(package
|
(package
|
||||||
(name "r-sparsematrixstats")
|
(name "r-sparsematrixstats")
|
||||||
(version "1.2.0")
|
(version "1.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "sparseMatrixStats" version))
|
(uri (bioconductor-uri "sparseMatrixStats" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0d1idbda1pzhdam9m0i5rn0c6pl7gwv0v3mcrv4wi5760v9qd5qh"))))
|
"01gnmy9zqd0ygm40vqkmqmiwfqmdawj4m81dysmmcdm7z80rn9ii"))))
|
||||||
(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