gnu: r-summarizedexperiment: Update to 1.24.0.

* gnu/packages/bioconductor.scm (r-summarizedexperiment): Update to 1.24.0.
This commit is contained in:
Ricardo Wurmus 2021-11-04 22:04:09 +00:00
parent 2a3f2f002e
commit 679abce085
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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