gnu: r-summarizedexperiment: Update to 1.10.1.

* gnu/packages/bioinformatics.scm (r-summarizedexperiment): Update to 1.10.1.
This commit is contained in:
Ricardo Wurmus 2018-06-02 11:52:44 +02:00
parent 82f593f378
commit 9bf4110ea1
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7596,13 +7596,13 @@ (define-public r-delayedarray
(define-public r-summarizedexperiment
(package
(name "r-summarizedexperiment")
(version "1.8.1")
(version "1.10.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "SummarizedExperiment" version))
(sha256
(base32
"19vlwnby83fqjrilsxvnvgz0gvby7mrxvlmx18nb3p1w591ddfjh"))))
"0v3zxl9cqsv79ag5cnvzlhvgaz5cr8f4rn7flmwnwpqd508cznl1"))))
(properties
`((upstream-name . "SummarizedExperiment")))
(build-system r-build-system)