rekado pushed a commit to branch wip-r
in repository guix.
commit c24bfe93b78a0d30e71e5afec4247cf499c48191
Author: zimoun <[email protected]>
AuthorDate: Fri Oct 30 16:01:08 2020 +0100
gnu: r-complexheatmap: Update to 2.6.0.
* gnu/packages/bioinformatics.scm (r-complexheatmap): Update to 2.6.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 452418b..4c99029 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10037,14 +10037,14 @@ provide added flexibility for data combination and
manipulation.")
(define-public r-complexheatmap
(package
(name "r-complexheatmap")
- (version "2.4.3")
+ (version "2.6.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ComplexHeatmap" version))
(sha256
(base32
- "1gx0hzrkla92pgmfkrm2zp0ccnhizq6rs26zgzpi5x8a5lvghh5q"))))
+ "0rmiwh4cr4m5p21cw8ym0j230qngda0g677mqwqkmmf8hlyqwbcd"))))
(properties
`((upstream-name . "ComplexHeatmap")))
(build-system r-build-system)