me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 4 additions and 2 deletions

View File

@ -10498,20 +10498,21 @@ data.")
(define-public r-enrichplot (define-public r-enrichplot
(package (package
(name "r-enrichplot") (name "r-enrichplot")
(version "1.16.2") (version "1.18.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
"0qh7bci3rn6y2fl45izrdb62jcm6j0zxxg4pyp4mvvgjvka5lnss")))) "1x84wlkqisq1x2zniy4mp02zlsp4v85kxbflalmq0pixlkagq0vr"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-aplot (list r-aplot
r-dose r-dose
r-ggplot2 r-ggplot2
r-ggraph r-ggraph
r-ggnewscale
r-ggtree r-ggtree
r-gosemsim r-gosemsim
r-igraph r-igraph
@ -10520,6 +10521,7 @@ data.")
r-purrr r-purrr
r-rcolorbrewer r-rcolorbrewer
r-reshape2 r-reshape2
r-rlang
r-scatterpie r-scatterpie
r-shadowtext r-shadowtext
r-yulab-utils)) r-yulab-utils))