gnu: r-delayedmatrixstats: Update to 1.22.6.
* gnu/packages/bioconductor.scm (r-delayedmatrixstats): Update to 1.22.6.
This commit is contained in:
parent
c8e7ea8a8b
commit
cf5cb0875b
1 changed files with 2 additions and 2 deletions
|
@ -20550,14 +20550,14 @@ Visium platform.")
|
||||||
(define-public r-delayedmatrixstats
|
(define-public r-delayedmatrixstats
|
||||||
(package
|
(package
|
||||||
(name "r-delayedmatrixstats")
|
(name "r-delayedmatrixstats")
|
||||||
(version "1.22.5")
|
(version "1.22.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "DelayedMatrixStats" version))
|
(uri (bioconductor-uri "DelayedMatrixStats" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bzbsfds5zki6iazj53y6kps8bvn7zdysbmpf9359sv6zshk18fv"))))
|
"0jaaqa2fm61dmsphm5y4rlwf2dm1l5rs0vpq0f5r35iyw2m12lh8"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "DelayedMatrixStats")))
|
`((upstream-name . "DelayedMatrixStats")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in a new issue