mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-delayedmatrixstats: Update to 1.22.5.
* gnu/packages/bioconductor.scm (r-delayedmatrixstats): Update to 1.22.5.
This commit is contained in:
parent
b200824114
commit
4ab9700e29
1 changed files with 2 additions and 2 deletions
|
@ -20397,14 +20397,14 @@ (define-public r-spatialexperiment
|
|||
(define-public r-delayedmatrixstats
|
||||
(package
|
||||
(name "r-delayedmatrixstats")
|
||||
(version "1.22.1")
|
||||
(version "1.22.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "DelayedMatrixStats" version))
|
||||
(sha256
|
||||
(base32
|
||||
"13iqlw74zh65y2ckwg0b3xbqc6jgj34xjgsg9axfv7j7znwk9igg"))))
|
||||
"1bzbsfds5zki6iazj53y6kps8bvn7zdysbmpf9359sv6zshk18fv"))))
|
||||
(properties
|
||||
`((upstream-name . "DelayedMatrixStats")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue