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 @@ data.")
(define-public r-enrichplot (define-public r-enrichplot
(package (package
(name "r-enrichplot") (name "r-enrichplot")
(version "1.12.2") (version "1.12.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "enrichplot" version)) (uri (bioconductor-uri "enrichplot" version))
(sha256 (sha256
(base32 (base32
"194sfmcnjfi3fvvfpljg1f80f44vvvxiij336b8z1dgzki6bqa3r")))) "0a4v7ymy9jn66iw093jngzszkvr2mfzzlxp0h6nnvlbnbvqqzgm3"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-cowplot" ,r-cowplot) `(("r-cowplot" ,r-cowplot)