mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -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
|
(define-public r-delayedmatrixstats
|
||||||
(package
|
(package
|
||||||
(name "r-delayedmatrixstats")
|
(name "r-delayedmatrixstats")
|
||||||
(version "1.12.1")
|
(version "1.12.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "DelayedMatrixStats" version))
|
(uri (bioconductor-uri "DelayedMatrixStats" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cyvj6ffl10vaiip146dldc1w8if854kpz9nhi50ndhpkmdb8sa0"))))
|
"1hb8jv5dy3svf7xan6rym7amwdqm5mvl9qx5xhmj1vkb81bizn7h"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "DelayedMatrixStats")))
|
`((upstream-name . "DelayedMatrixStats")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in a new issue