gnu: r-enrichplot: Update to 1.14.1.

* gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.14.1.
[propagated-inputs]: Remove r-cowplot; add r-aplot and r-yulab-utils.
This commit is contained in:
Ricardo Wurmus 2021-11-04 22:04:22 +00:00
parent 9b6dee4c0d
commit 498f45bcad
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -7454,17 +7454,17 @@ data.")
(define-public r-enrichplot (define-public r-enrichplot
(package (package
(name "r-enrichplot") (name "r-enrichplot")
(version "1.12.3") (version "1.14.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "enrichplot" version)) (uri (bioconductor-uri "enrichplot" version))
(sha256 (sha256
(base32 (base32
"0a4v7ymy9jn66iw093jngzszkvr2mfzzlxp0h6nnvlbnbvqqzgm3")))) "0nsx96mkcg0hhg3x8jndzq3xvq9bq7m4yf1b3ry73b17ladx81ch"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-cowplot" ,r-cowplot) `(("r-aplot" ,r-aplot)
("r-dose" ,r-dose) ("r-dose" ,r-dose)
("r-ggplot2" ,r-ggplot2) ("r-ggplot2" ,r-ggplot2)
("r-ggraph" ,r-ggraph) ("r-ggraph" ,r-ggraph)
@ -7477,7 +7477,8 @@ data.")
("r-rcolorbrewer" ,r-rcolorbrewer) ("r-rcolorbrewer" ,r-rcolorbrewer)
("r-reshape2" ,r-reshape2) ("r-reshape2" ,r-reshape2)
("r-scatterpie" ,r-scatterpie) ("r-scatterpie" ,r-scatterpie)
("r-shadowtext" ,r-shadowtext))) ("r-shadowtext" ,r-shadowtext)
("r-yulab-utils" ,r-yulab-utils)))
(native-inputs (native-inputs
`(("r-knitr" ,r-knitr))) `(("r-knitr" ,r-knitr)))
(home-page "https://github.com/GuangchuangYu/enrichplot") (home-page "https://github.com/GuangchuangYu/enrichplot")