gnu: r-complexheatmap: Update to 2.12.0.

* gnu/packages/bioconductor.scm (r-complexheatmap): Update to 2.12.0.
[propagated-inputs]: Add r-codetools.
This commit is contained in:
Ricardo Wurmus 2022-05-28 12:44:37 +02:00
parent d66077a5ad
commit d15ab4ed30
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3347,20 +3347,21 @@ (define-public r-chipseq
(define-public r-complexheatmap
(package
(name "r-complexheatmap")
(version "2.10.0")
(version "2.12.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ComplexHeatmap" version))
(sha256
(base32
"124w74mk0zk035wyr7cimblzx5blags4n5c8f83mp7iimxcb4gcn"))))
"15b49vlkl89prcw70mlw066z0gxhs26x8dpfn6qr3gz7hihygs65"))))
(properties
`((upstream-name . "ComplexHeatmap")))
(build-system r-build-system)
(propagated-inputs
(list r-circlize
r-clue
r-codetools
r-colorspace
r-digest
r-doparallel