gnu: r-summarizedexperiment: Update to 1.6.3.

* gnu/packages/bioinformatics.scm (r-summarizedexperiment): Update to 1.6.3.
This commit is contained in:
Roel Janssen 2017-08-02 00:26:55 +02:00
parent 26760c80cd
commit f41150f13d
No known key found for this signature in database
GPG key ID: C3EC1DCA843072E1

View file

@ -7024,13 +7024,13 @@ (define-public r-delayedarray
(define-public r-summarizedexperiment
(package
(name "r-summarizedexperiment")
(version "1.6.0")
(version "1.6.3")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "SummarizedExperiment" version))
(sha256
(base32
"1szjbzzz4pyip891nji71caalxh0rhqiv7rpv6q54swlrqpfkqkw"))))
"0j7xn7pk52d383fb1wplcggacl2586c4zi0alkgfc3wz7qq9w13s"))))
(properties
`((upstream-name . "SummarizedExperiment")))
(build-system r-build-system)