mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-summarizedexperiment: Update to 1.30.2.
* gnu/packages/bioconductor.scm (r-summarizedexperiment): Update to 1.30.2.
This commit is contained in:
parent
464ad1fd79
commit
0a0304ef3a
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue