diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-05-05 23:48:56 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-05-06 00:14:43 +0200 |
commit | 70a3e4499d9eccb387ae3c8123a5b3d2f90d47ad (patch) | |
tree | 3e9cf5b09c42e8283d1e9df4afb3924478d855f5 | |
parent | e2cb23404c967e4eab0349215dff8c631066e6cc (diff) |
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.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 6 |
1 files 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") |