mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-summarizedexperiment: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-summarizedexperiment): Update to 1.22.0.
This commit is contained in:
parent
8c0f2d9e0a
commit
6eaa9221d9
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue