gnu: r-summarizedexperiment: Update to 1.30.0.

* gnu/packages/bioconductor.scm (r-summarizedexperiment): Update to 1.30.0.
This commit is contained in:
Ricardo Wurmus 2023-04-28 18:00:01 +02:00
parent 028e3d5219
commit 77e5cffb35
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9294,13 +9294,13 @@ (define-public r-structuralvariantannotation
(define-public r-summarizedexperiment
(package
(name "r-summarizedexperiment")
(version "1.28.0")
(version "1.30.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "SummarizedExperiment" version))
(sha256
(base32
"0897v6x1ki4m7kajnd60yv5qj6xa1293sj572b4dhcnfjvsf9rcn"))))
"1zfd7c86xjcmy4nm9mlix9hndgml6llpwdg47fsrr6ji6jm2s1qz"))))
(properties
`((upstream-name . "SummarizedExperiment")))
(build-system r-build-system)