gnu: r-enrichplot: Update to 1.18.1.

* gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.18.1.
[propagated-inputs]: Add r-ggnewscale and r-rlang.
This commit is contained in:
zimoun 2022-11-17 03:50:20 +01:00 committed by Ricardo Wurmus
parent 56fe119257
commit 7d70375aa7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10498,20 +10498,21 @@ (define-public r-dose
(define-public r-enrichplot
(package
(name "r-enrichplot")
(version "1.16.2")
(version "1.18.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "enrichplot" version))
(sha256
(base32
"0qh7bci3rn6y2fl45izrdb62jcm6j0zxxg4pyp4mvvgjvka5lnss"))))
"1x84wlkqisq1x2zniy4mp02zlsp4v85kxbflalmq0pixlkagq0vr"))))
(build-system r-build-system)
(propagated-inputs
(list r-aplot
r-dose
r-ggplot2
r-ggraph
r-ggnewscale
r-ggtree
r-gosemsim
r-igraph
@ -10520,6 +10521,7 @@ (define-public r-enrichplot
r-purrr
r-rcolorbrewer
r-reshape2
r-rlang
r-scatterpie
r-shadowtext
r-yulab-utils))