mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -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
|
||||
(package
|
||||
(name "r-enrichplot")
|
||||
(version "1.10.2")
|
||||
(version "1.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "enrichplot" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0lm5yapd567jxcnz9m4a623aymf3q00svjrxp3rf0r9j77dgyisv"))))
|
||||
"0nvjwwzpmhsfkxqrn8v1a1wcrvr3xl1wn5dy89vsrdydyv31gdc6"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-cowplot" ,r-cowplot)
|
||||
("r-dose" ,r-dose)
|
||||
("r-ggplot2" ,r-ggplot2)
|
||||
("r-ggraph" ,r-ggraph)
|
||||
("r-ggtree" ,r-ggtree)
|
||||
("r-gosemsim" ,r-gosemsim)
|
||||
("r-igraph" ,r-igraph)
|
||||
("r-magrittr" ,r-magrittr)
|
||||
|
|
Loading…
Reference in a new issue