diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-06-02 11:52:44 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-06-02 13:39:08 +0200 |
commit | 9bf4110ea17dbe5214a8a2737abe826bb08479a7 (patch) | |
tree | affc95a1f41a823a7e57e62d1350a9bf6036534d | |
parent | 82f593f3787d3bb0386376ab26fc7da1fa161344 (diff) | |
download | patches-9bf4110ea17dbe5214a8a2737abe826bb08479a7.tar patches-9bf4110ea17dbe5214a8a2737abe826bb08479a7.tar.gz |
gnu: r-summarizedexperiment: Update to 1.10.1.
* gnu/packages/bioinformatics.scm (r-summarizedexperiment): Update to 1.10.1.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 4d5fef5efc..169615181f 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -7596,13 +7596,13 @@ array-like objects like @code{DataFrame} objects (typically with Rle columns), (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) |