gnu: r-enrichplot: Update to 1.12.1.

* gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.12.1.
This commit is contained in:
Ricardo Wurmus 2021-06-17 14:24:41 +02:00
parent c5b7ade1c6
commit 46178051d5
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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