diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-06-12 16:29:15 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-06-13 01:19:45 +0200 |
commit | ca5c92c0c7211278f942e652690b903031668ae5 (patch) | |
tree | cc0961e7ad020495d3abb88a45a0ed5f4f80d9cd /gnu | |
parent | 8323ff337674c9b9b1ae89c3b45cd26be3d110ac (diff) |
gnu: r-complexheatmap: Update to 2.4.2.
* gnu/packages/bioinformatics.scm (r-complexheatmap): Update to 2.4.2.
[native-inputs]: Add r-knitr.
Diffstat (limited to 'gnu')
-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 f96ee535d0..6a20a78c71 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -10206,14 +10206,14 @@ provide added flexibility for data combination and manipulation.") (define-public r-complexheatmap (package (name "r-complexheatmap") - (version "2.2.0") + (version "2.4.2") (source (origin (method url-fetch) (uri (bioconductor-uri "ComplexHeatmap" version)) (sha256 (base32 - "1pj6a6rmqckk033pkklk6hr4066rzavamy6w194rfdhind90rk0p")))) + "01jxxwxhf9n8baxgja4rb592p5210s4ppd7a5b4xby5aalhzkr0l")))) (properties `((upstream-name . "ComplexHeatmap"))) (build-system r-build-system) @@ -10225,6 +10225,8 @@ provide added flexibility for data combination and manipulation.") ("r-globaloptions" ,r-globaloptions) ("r-png" ,r-png) ("r-rcolorbrewer" ,r-rcolorbrewer))) + (native-inputs + `(("r-knitr" ,r-knitr))) (home-page "https://github.com/jokergoo/ComplexHeatmap") (synopsis "Making Complex Heatmaps") |