gnu: r-complexheatmap: Update to 2.4.2.

* gnu/packages/bioinformatics.scm (r-complexheatmap): Update to 2.4.2.
[native-inputs]: Add r-knitr.
This commit is contained in:
Ricardo Wurmus 2020-06-12 16:29:15 +02:00
parent 8323ff3376
commit ca5c92c0c7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10206,14 +10206,14 @@ (define-public r-genomicfiles
(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 @@ (define-public r-complexheatmap
("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")