mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 10:39:39 -05:00
gnu: r-complexheatmap: Update to 2.10.0.
* gnu/packages/bioconductor.scm (r-complexheatmap): Update to 2.10.0. [propagated-inputs]: Remove r-cairo.
This commit is contained in:
parent
126a4b6c9d
commit
e5d90645ea
1 changed files with 3 additions and 4 deletions
|
@ -2532,20 +2532,19 @@ (define-public r-chipseq
|
||||||
(define-public r-complexheatmap
|
(define-public r-complexheatmap
|
||||||
(package
|
(package
|
||||||
(name "r-complexheatmap")
|
(name "r-complexheatmap")
|
||||||
(version "2.8.0")
|
(version "2.10.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
|
||||||
"0jl96msj1njdrvngg68s50vmphvhi2lfwlv34x07pcdzgkjjs41f"))))
|
"124w74mk0zk035wyr7cimblzx5blags4n5c8f83mp7iimxcb4gcn"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "ComplexHeatmap")))
|
`((upstream-name . "ComplexHeatmap")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-cairo" ,r-cairo)
|
`(("r-circlize" ,r-circlize)
|
||||||
("r-circlize" ,r-circlize)
|
|
||||||
("r-clue" ,r-clue)
|
("r-clue" ,r-clue)
|
||||||
("r-colorspace" ,r-colorspace)
|
("r-colorspace" ,r-colorspace)
|
||||||
("r-digest" ,r-digest)
|
("r-digest" ,r-digest)
|
||||||
|
|
Loading…
Reference in a new issue