gnu: r-enrichplot: Update to 1.6.1.

* gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.6.1.
This commit is contained in:
Ricardo Wurmus 2019-12-27 20:32:24 +01:00
parent eb6d1adf15
commit 7621bf2d19
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -3423,14 +3423,14 @@ data.")
(define-public r-enrichplot
(package
(name "r-enrichplot")
(version "1.6.0")
(version "1.6.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "enrichplot" version))
(sha256
(base32
"1jblx00b869xhx1c4n9m2g1hqr00rm9ywr1hrlx42bdd8k5ax1xh"))))
"0707f5ll58psh7pr001cmmk5di7dprnbry1cy2mw20vn8p24nf3x"))))
(build-system r-build-system)
(propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi)