rekado pushed a commit to branch wip-r
in repository guix.
commit 21a427dc02533343228b93b1a94786111d72337b
Author: zimoun <[email protected]>
AuthorDate: Fri Oct 30 15:59:06 2020 +0100
gnu: r-summarizedexperiment: Update to 1.20.0.
* gnu/packages/bioinformatics.scm (r-summarizedexperiment): Update to
1.20.0.
---
gnu/packages/bioinformatics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 97a6743..e93132b 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8182,13 +8182,13 @@ array-like objects like @code{DataFrame} objects
(typically with Rle columns),
(define-public r-summarizedexperiment
(package
(name "r-summarizedexperiment")
- (version "1.18.2")
+ (version "1.20.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "SummarizedExperiment" version))
(sha256
(base32
- "1raw5ycigr6gjgzn3kx3jls5hzww10fhnwd8c17c20hmhirf13rw"))))
+ "04x6d4mcsnvz6glkmf6k2cv3fs8zk03i9rvv0ahpl793n8l411ps"))))
(properties
`((upstream-name . "SummarizedExperiment")))
(build-system r-build-system)