rekado pushed a commit to branch master
in repository guix.
commit 5ae5a8ebfcfe25e0ff58c1d64e46e9beeaa54b35
Author: Ricardo Wurmus <[email protected]>
Date: Wed Nov 7 12:14:30 2018 +0100
gnu: r-complexheatmap: Update to 1.20.0.
* gnu/packages/bioinformatics.scm (r-complexheatmap): 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 eccea89..141a6fd 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10151,14 +10151,14 @@ provide added flexibility for data combination and
manipulation.")
(define-public r-complexheatmap
(package
(name "r-complexheatmap")
- (version "1.18.1")
+ (version "1.20.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ComplexHeatmap" version))
(sha256
(base32
- "0qjwz1hzpjnc90jiinjkikfnr0shi72q3zfdjjz7pxydy0mglq8n"))))
+ "0s01dzcfj1lmpqfpsbqw7r4858krfzy499lz4cwx4fq3mbyvy2aj"))))
(properties
`((upstream-name . "ComplexHeatmap")))
(build-system r-build-system)