mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: r-delayedmatrixstats: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-delayedmatrixstats): Update to 1.22.0.
This commit is contained in:
parent
4b4df8d533
commit
643e63ef61
1 changed files with 2 additions and 2 deletions
|
@ -18833,14 +18833,14 @@ (define-public r-sparsematrixstats
|
||||||
(define-public r-delayedmatrixstats
|
(define-public r-delayedmatrixstats
|
||||||
(package
|
(package
|
||||||
(name "r-delayedmatrixstats")
|
(name "r-delayedmatrixstats")
|
||||||
(version "1.20.0")
|
(version "1.22.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "DelayedMatrixStats" version))
|
(uri (bioconductor-uri "DelayedMatrixStats" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qcn7rlq0bsj11sc31wzks2xv900fpmbsblxp9cng5lj5cn2djk3"))))
|
"1mjdk76vmjzmmll0r73kfdi3x77hpdbk3jgzdqryxg4gna597q7j"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "DelayedMatrixStats")))
|
`((upstream-name . "DelayedMatrixStats")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in a new issue