gnu: r-enrichplot: Update to 1.4.0.

* gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.4.0.
master
Ricardo Wurmus 2019-05-06 00:02:55 +02:00
parent 1990ff9d10
commit 77d28d665c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2918,14 +2918,14 @@ data.")
(define-public r-enrichplot
(package
(name "r-enrichplot")
(version "1.2.0")
(version "1.4.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "enrichplot" version))
(sha256
(base32
"0cxqfpy6py4k3z3lnlkiwx89r4ymfpdc4hm25dfpazqgjflz5is7"))))
"1i9psakvvdc6jn7k7zwpbdhwvf9r8s7649w05mwh1hy978x4rh6h"))))
(build-system r-build-system)
(propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi)