gnu: r-summarizedexperiment: Update to 1.2.3.

* gnu/packages/bioinformatics.scm (r-summarizedexperiment): Update to 1.2.3.
master
Ben Woodcroft 2016-07-28 21:07:44 +10:00
parent 722b4c919d
commit 0d159d84e2
No known key found for this signature in database
GPG Key ID: E44DCCD146E0CCF4
1 changed files with 2 additions and 2 deletions

View File

@ -4932,13 +4932,13 @@ files.")
(define-public r-summarizedexperiment
(package
(name "r-summarizedexperiment")
(version "1.2.2")
(version "1.2.3")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "SummarizedExperiment" version))
(sha256
(base32
"1c81acgw3a0ha5fgapfh9xq8yhryqqf8k259n2dz0mgz1k2d9klg"))))
"0c43fsrha886sd0diislnlf8r5h5x7fbhphkzcm0rw3k2jz8wlyk"))))
(properties
`((upstream-name . "SummarizedExperiment")))
(build-system r-build-system)