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.
This commit is contained in:
Ricardo Wurmus 2019-05-05 23:48:56 +02:00
parent e2cb23404c
commit 70a3e4499d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 2 deletions

View File

@ -9775,22 +9775,24 @@ provide added flexibility for data combination and manipulation.")
(define-public r-complexheatmap (define-public r-complexheatmap
(package (package
(name "r-complexheatmap") (name "r-complexheatmap")
(version "1.20.0") (version "2.0.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "ComplexHeatmap" version)) (uri (bioconductor-uri "ComplexHeatmap" version))
(sha256 (sha256
(base32 (base32
"0s01dzcfj1lmpqfpsbqw7r4858krfzy499lz4cwx4fq3mbyvy2aj")))) "1imnb72r10csl2h12sckic7hcsb8v2z0y3dyw1ax2fpykmsmq776"))))
(properties (properties
`((upstream-name . "ComplexHeatmap"))) `((upstream-name . "ComplexHeatmap")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-circlize" ,r-circlize) `(("r-circlize" ,r-circlize)
("r-clue" ,r-clue)
("r-colorspace" ,r-colorspace) ("r-colorspace" ,r-colorspace)
("r-getoptlong" ,r-getoptlong) ("r-getoptlong" ,r-getoptlong)
("r-globaloptions" ,r-globaloptions) ("r-globaloptions" ,r-globaloptions)
("r-png" ,r-png)
("r-rcolorbrewer" ,r-rcolorbrewer))) ("r-rcolorbrewer" ,r-rcolorbrewer)))
(home-page (home-page
"https://github.com/jokergoo/ComplexHeatmap") "https://github.com/jokergoo/ComplexHeatmap")