gnu: r-enrichplot: Update to 1.12.3.

* gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.12.3.
This commit is contained in:
Ricardo Wurmus 2021-11-03 11:37:22 +00:00
parent 11cf6d399c
commit a6f270b7af
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7464,14 +7464,14 @@ (define-public r-dose
(define-public r-enrichplot
(package
(name "r-enrichplot")
(version "1.12.2")
(version "1.12.3")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "enrichplot" version))
(sha256
(base32
"194sfmcnjfi3fvvfpljg1f80f44vvvxiij336b8z1dgzki6bqa3r"))))
"0a4v7ymy9jn66iw093jngzszkvr2mfzzlxp0h6nnvlbnbvqqzgm3"))))
(build-system r-build-system)
(propagated-inputs
`(("r-cowplot" ,r-cowplot)