gnu: r-summarizedexperiment: Update to 1.22.0.

* gnu/packages/bioconductor.scm (r-summarizedexperiment): Update to 1.22.0.
This commit is contained in:
Ricardo Wurmus 2021-06-05 08:49:48 +02:00
parent 8c0f2d9e0a
commit 6eaa9221d9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4253,13 +4253,13 @@ (define-public r-structuralvariantannotation
(define-public r-summarizedexperiment
(package
(name "r-summarizedexperiment")
(version "1.20.0")
(version "1.22.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "SummarizedExperiment" version))
(sha256
(base32
"04x6d4mcsnvz6glkmf6k2cv3fs8zk03i9rvv0ahpl793n8l411ps"))))
"16np5ik6jgbi68mhlib6yskywwbaa50mlr7m3sh1hqk889whfn1g"))))
(properties
`((upstream-name . "SummarizedExperiment")))
(build-system r-build-system)