mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-delayedmatrixstats: Update to 1.12.3.
* gnu/packages/bioconductor.scm (r-delayedmatrixstats): Update to 1.12.3.
This commit is contained in:
parent
8acfd9f3d4
commit
311bb4bc3d
1 changed files with 2 additions and 2 deletions
|
@ -9050,14 +9050,14 @@ (define-public r-sparsematrixstats
|
|||
(define-public r-delayedmatrixstats
|
||||
(package
|
||||
(name "r-delayedmatrixstats")
|
||||
(version "1.12.1")
|
||||
(version "1.12.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "DelayedMatrixStats" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1cyvj6ffl10vaiip146dldc1w8if854kpz9nhi50ndhpkmdb8sa0"))))
|
||||
"1hb8jv5dy3svf7xan6rym7amwdqm5mvl9qx5xhmj1vkb81bizn7h"))))
|
||||
(properties
|
||||
`((upstream-name . "DelayedMatrixStats")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue