gnu: r-delayedmatrixstats: Update to 1.12.3.
* gnu/packages/bioconductor.scm (r-delayedmatrixstats): Update to 1.12.3.master
parent
8acfd9f3d4
commit
311bb4bc3d
|
@ -9050,14 +9050,14 @@ data in the column sparse format.")
|
||||||
(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)
|
||||||
|
|
Reference in New Issue