me
/
guix
Archived
1
0
Fork 0

gnu: r-summarizedexperiment: Update to 1.24.0.

* gnu/packages/bioconductor.scm (r-summarizedexperiment): Update to 1.24.0.
master
Ricardo Wurmus 2021-11-04 22:04:09 +00:00
parent 2a3f2f002e
commit 679abce085
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4377,13 +4377,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.22.0") (version "1.24.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
"16np5ik6jgbi68mhlib6yskywwbaa50mlr7m3sh1hqk889whfn1g")))) "0qpnx2aii9vs7fcp0ax5j77ysbhi4qhjhm35vnygs3isbrjn925a"))))
(properties (properties
`((upstream-name . "SummarizedExperiment"))) `((upstream-name . "SummarizedExperiment")))
(build-system r-build-system) (build-system r-build-system)