gnu: r-summarizedexperiment: Update to 1.30.2.

* gnu/packages/bioconductor.scm (r-summarizedexperiment): Update to 1.30.2.
This commit is contained in:
Ricardo Wurmus 2023-07-11 20:22:27 +02:00
parent 464ad1fd79
commit 0a0304ef3a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9461,13 +9461,13 @@ (define-public r-structuralvariantannotation
(define-public r-summarizedexperiment
(package
(name "r-summarizedexperiment")
(version "1.30.1")
(version "1.30.2")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "SummarizedExperiment" version))
(sha256
(base32
"0wj82nmqg9g8663pg5f4h7hqhr1q4ghhiif2p7x1pxmh425sn554"))))
"05dy57fi43rpq9bhbsc4apa62xki99r84098pbvi3rjmac811425"))))
(properties
`((upstream-name . "SummarizedExperiment")))
(build-system r-build-system)