gnu: r-summarizedexperiment: Update to 1.30.0.
* gnu/packages/bioconductor.scm (r-summarizedexperiment): Update to 1.30.0.
This commit is contained in:
parent
028e3d5219
commit
77e5cffb35
1 changed files with 2 additions and 2 deletions
|
@ -9294,13 +9294,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.28.0")
|
(version "1.30.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "SummarizedExperiment" version))
|
(uri (bioconductor-uri "SummarizedExperiment" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0897v6x1ki4m7kajnd60yv5qj6xa1293sj572b4dhcnfjvsf9rcn"))))
|
"1zfd7c86xjcmy4nm9mlix9hndgml6llpwdg47fsrr6ji6jm2s1qz"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "SummarizedExperiment")))
|
`((upstream-name . "SummarizedExperiment")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in a new issue