diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-04-18 15:27:17 +0200 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-19 20:12:27 -0400 |
commit | d2485dde5b60a8ee13aa30dd464c36b8671526a3 (patch) | |
tree | 74ae8e10c961f3a12c130cbacf55a8afebd4d30d | |
parent | 6d10745d6b20b1058b8901d3e0c2fda70dca38d3 (diff) |
gnu: r-enrichplot: Update to 1.18.4.
* gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.18.4.
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 94eceb8c84..7a5f1d4135 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -12653,14 +12653,14 @@ data.") (define-public r-enrichplot (package (name "r-enrichplot") - (version "1.18.3") + (version "1.18.4") (source (origin (method url-fetch) (uri (bioconductor-uri "enrichplot" version)) (sha256 (base32 - "0nzcr23m58z3h0n0frxf26z14j7ilcl4fjy7rqm7f2i1wyld70zl")))) + "1642yc2rw2c023bkz26y3kvmvg8badrc4vfx890mvsa70in2mi89")))) (build-system r-build-system) (propagated-inputs (list r-aplot |