me
/
guix
Archived
1
0
Fork 0

gnu: r-complexheatmap: Update to 2.12.0.

* gnu/packages/bioconductor.scm (r-complexheatmap): Update to 2.12.0.
[propagated-inputs]: Add r-codetools.
master
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
1 changed files with 3 additions and 2 deletions

View File

@ -3347,20 +3347,21 @@ experiments.")
(define-public r-complexheatmap (define-public r-complexheatmap
(package (package
(name "r-complexheatmap") (name "r-complexheatmap")
(version "2.10.0") (version "2.12.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
"124w74mk0zk035wyr7cimblzx5blags4n5c8f83mp7iimxcb4gcn")))) "15b49vlkl89prcw70mlw066z0gxhs26x8dpfn6qr3gz7hihygs65"))))
(properties (properties
`((upstream-name . "ComplexHeatmap"))) `((upstream-name . "ComplexHeatmap")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-circlize (list r-circlize
r-clue r-clue
r-codetools
r-colorspace r-colorspace
r-digest r-digest
r-doparallel r-doparallel