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 @@ involving two separate genomic loci encoded as GRanges objects.")
|
||||||
(define-public r-summarizedexperiment
|
(define-public r-summarizedexperiment
|
||||||
(package
|
(package
|
||||||
(name "r-summarizedexperiment")
|
(name "r-summarizedexperiment")
|
||||||
(version "1.30.0")
|
(version "1.30.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "SummarizedExperiment" version))
|
(uri (bioconductor-uri "SummarizedExperiment" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zfd7c86xjcmy4nm9mlix9hndgml6llpwdg47fsrr6ji6jm2s1qz"))))
|
"0wj82nmqg9g8663pg5f4h7hqhr1q4ghhiif2p7x1pxmh425sn554"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "SummarizedExperiment")))
|
`((upstream-name . "SummarizedExperiment")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
@ -9331,6 +9331,7 @@ involving two separate genomic loci encoded as GRanges objects.")
|
||||||
r-iranges
|
r-iranges
|
||||||
r-matrix
|
r-matrix
|
||||||
r-matrixgenerics
|
r-matrixgenerics
|
||||||
|
r-s4arrays
|
||||||
r-s4vectors))
|
r-s4vectors))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr))
|
(list r-knitr))
|
||||||
|
|
Reference in a new issue