summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorBen Woodcroft <donttrustben@gmail.com>2016-07-28 21:07:44 +1000
committerBen Woodcroft <donttrustben@gmail.com>2016-07-28 21:45:15 +1000
commit1864e051c9cf9bf58fee7800e99a692b25edaf69 (patch)
tree2398c5c97ffef1b00262bc1fe7236b464834ad9a /gnu/packages
parent29b0cc8ad57952e9f4dd30cd5966117f848a69b6 (diff)
downloadpatches-1864e051c9cf9bf58fee7800e99a692b25edaf69.tar
patches-1864e051c9cf9bf58fee7800e99a692b25edaf69.tar.gz
gnu: r-summarizedexperiment: Update to 1.2.3.
* gnu/packages/bioinformatics.scm (r-summarizedexperiment): Update to 1.2.3.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/bioinformatics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 501ccd0b55..b70bd119b9 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -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)