gnu: r-enrichplot: Update to 1.4.0.
* gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.4.0.
This commit is contained in:
parent
1990ff9d10
commit
77d28d665c
|
@ -2918,14 +2918,14 @@ data.")
|
||||||
(define-public r-enrichplot
|
(define-public r-enrichplot
|
||||||
(package
|
(package
|
||||||
(name "r-enrichplot")
|
(name "r-enrichplot")
|
||||||
(version "1.2.0")
|
(version "1.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "enrichplot" version))
|
(uri (bioconductor-uri "enrichplot" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cxqfpy6py4k3z3lnlkiwx89r4ymfpdc4hm25dfpazqgjflz5is7"))))
|
"1i9psakvvdc6jn7k7zwpbdhwvf9r8s7649w05mwh1hy978x4rh6h"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-annotationdbi" ,r-annotationdbi)
|
`(("r-annotationdbi" ,r-annotationdbi)
|
||||||
|
|
Loading…
Reference in New Issue