gnu: r-enrichplot: Update to 1.12.2.

* gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.12.2.
This commit is contained in:
Ricardo Wurmus 2021-07-10 13:26:09 +02:00
parent 209642912d
commit a5e6826020
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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