rekado pushed a commit to branch wip-bioconductor
in repository guix.
commit ba197ae9883a213a832591a739e02cf5f404f7b4
Author: zimoun <[email protected]>
AuthorDate: Thu Nov 17 03:50:09 2022 +0100
gnu: r-complexheatmap: Update to 2.14.0.
* gnu/packages/bioconductor.scm (r-complexheatmap): Update to 2.14.0.
---
gnu/packages/bioconductor.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 41abb0b9de..4465776733 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4845,14 +4845,14 @@ experiments.")
(define-public r-complexheatmap
(package
(name "r-complexheatmap")
- (version "2.12.1")
+ (version "2.14.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ComplexHeatmap" version))
(sha256
(base32
- "0b4p3ijhdcydfp0j58xlb5dn7d3m2x420n91rl9diqpg4r2gl0s8"))))
+ "1mf0h2j31m57jd3s1sj8ijn9wdgbg452d79drdkxypxqvpm7b927"))))
(properties
`((upstream-name . "ComplexHeatmap")))
(build-system r-build-system)