mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: r-summarizedexperiment: Update to 1.30.1.
* gnu/packages/bioconductor.scm (r-summarizedexperiment): Update to 1.30.1. [propagated-inputs]: Add r-s4arrays.
This commit is contained in:
parent
c70787f552
commit
a4b04c06ab
1 changed files with 3 additions and 2 deletions
|
@ -9312,13 +9312,13 @@ (define-public r-structuralvariantannotation
|
|||
(define-public r-summarizedexperiment
|
||||
(package
|
||||
(name "r-summarizedexperiment")
|
||||
(version "1.30.0")
|
||||
(version "1.30.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "SummarizedExperiment" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1zfd7c86xjcmy4nm9mlix9hndgml6llpwdg47fsrr6ji6jm2s1qz"))))
|
||||
"0wj82nmqg9g8663pg5f4h7hqhr1q4ghhiif2p7x1pxmh425sn554"))))
|
||||
(properties
|
||||
`((upstream-name . "SummarizedExperiment")))
|
||||
(build-system r-build-system)
|
||||
|
@ -9331,6 +9331,7 @@ (define-public r-summarizedexperiment
|
|||
r-iranges
|
||||
r-matrix
|
||||
r-matrixgenerics
|
||||
r-s4arrays
|
||||
r-s4vectors))
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
|
|
Loading…
Reference in a new issue