gnu: r-enrichplot: Update to 1.20.1.
* gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.20.1.
parent
607214f953
commit
ad05356b84
|
@ -14201,21 +14201,21 @@ correspondance between different data sources.")
|
||||||
(define-public r-enrichplot
|
(define-public r-enrichplot
|
||||||
(package
|
(package
|
||||||
(name "r-enrichplot")
|
(name "r-enrichplot")
|
||||||
(version "1.20.0")
|
(version "1.20.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
|
||||||
"10vmlw58hgzcpv2hlxk9ircza889vs9z01z575633qj0ivsczh0z"))))
|
"0yxnh5bmfcfsciwm852rbb707v9zbky3lsz2xsyyaapm5jjb6npk"))))
|
||||||
(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-ggnewscale
|
||||||
r-ggplot2
|
r-ggplot2
|
||||||
r-ggraph
|
r-ggraph
|
||||||
r-ggnewscale
|
|
||||||
r-ggtree
|
r-ggtree
|
||||||
r-gosemsim
|
r-gosemsim
|
||||||
r-igraph
|
r-igraph
|
||||||
|
|
Reference in New Issue