From 70a3e4499d9eccb387ae3c8123a5b3d2f90d47ad Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sun, 5 May 2019 23:48:56 +0200 Subject: gnu: r-complexheatmap: Update to 2.0.0. * gnu/packages/bioinformatics.scm (r-complexheatmap): Update to 2.0.0. [propagated-inputs]: Add r-clue and r-png. --- gnu/packages/bioinformatics.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 8b74430bfa..eb82c864ed 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -9775,22 +9775,24 @@ provide added flexibility for data combination and manipulation.") (define-public r-complexheatmap (package (name "r-complexheatmap") - (version "1.20.0") + (version "2.0.0") (source (origin (method url-fetch) (uri (bioconductor-uri "ComplexHeatmap" version)) (sha256 (base32 - "0s01dzcfj1lmpqfpsbqw7r4858krfzy499lz4cwx4fq3mbyvy2aj")))) + "1imnb72r10csl2h12sckic7hcsb8v2z0y3dyw1ax2fpykmsmq776")))) (properties `((upstream-name . "ComplexHeatmap"))) (build-system r-build-system) (propagated-inputs `(("r-circlize" ,r-circlize) + ("r-clue" ,r-clue) ("r-colorspace" ,r-colorspace) ("r-getoptlong" ,r-getoptlong) ("r-globaloptions" ,r-globaloptions) + ("r-png" ,r-png) ("r-rcolorbrewer" ,r-rcolorbrewer))) (home-page "https://github.com/jokergoo/ComplexHeatmap") -- cgit v1.2.3