mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: r-enrichplot: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.12.0. [propagated-inputs]: Add r-ggtree.
This commit is contained in:
parent
ca136dd70a
commit
8b0dc8e39c
1 changed files with 3 additions and 2 deletions
|
@ -7162,20 +7162,21 @@ (define-public r-dose
|
||||||
(define-public r-enrichplot
|
(define-public r-enrichplot
|
||||||
(package
|
(package
|
||||||
(name "r-enrichplot")
|
(name "r-enrichplot")
|
||||||
(version "1.10.2")
|
(version "1.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "enrichplot" version))
|
(uri (bioconductor-uri "enrichplot" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lm5yapd567jxcnz9m4a623aymf3q00svjrxp3rf0r9j77dgyisv"))))
|
"0nvjwwzpmhsfkxqrn8v1a1wcrvr3xl1wn5dy89vsrdydyv31gdc6"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-cowplot" ,r-cowplot)
|
`(("r-cowplot" ,r-cowplot)
|
||||||
("r-dose" ,r-dose)
|
("r-dose" ,r-dose)
|
||||||
("r-ggplot2" ,r-ggplot2)
|
("r-ggplot2" ,r-ggplot2)
|
||||||
("r-ggraph" ,r-ggraph)
|
("r-ggraph" ,r-ggraph)
|
||||||
|
("r-ggtree" ,r-ggtree)
|
||||||
("r-gosemsim" ,r-gosemsim)
|
("r-gosemsim" ,r-gosemsim)
|
||||||
("r-igraph" ,r-igraph)
|
("r-igraph" ,r-igraph)
|
||||||
("r-magrittr" ,r-magrittr)
|
("r-magrittr" ,r-magrittr)
|
||||||
|
|
Loading…
Reference in a new issue