mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: r-summarizedexperiment: Update to 1.28.0.
* gnu/packages/bioconductor.scm (r-summarizedexperiment): Update to 1.28.0.
This commit is contained in:
parent
f87a87eee8
commit
ab4f54d5f9
1 changed files with 2 additions and 2 deletions
|
@ -7222,13 +7222,13 @@ (define-public r-structuralvariantannotation
|
|||
(define-public r-summarizedexperiment
|
||||
(package
|
||||
(name "r-summarizedexperiment")
|
||||
(version "1.26.1")
|
||||
(version "1.28.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "SummarizedExperiment" version))
|
||||
(sha256
|
||||
(base32
|
||||
"02vlqzmslyijs09jl0gdjxqjjnnl4yqbqqqlb4vb7nr0fspmyz39"))))
|
||||
"0897v6x1ki4m7kajnd60yv5qj6xa1293sj572b4dhcnfjvsf9rcn"))))
|
||||
(properties
|
||||
`((upstream-name . "SummarizedExperiment")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue