diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-07 13:06:53 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-05-08 12:53:32 +0200 |
commit | de0f76d329b8aa62d715b60478b3836f87d2d29a (patch) | |
tree | ef708693f2551717ffd05f525d822760bcafd015 | |
parent | a1f70d410a92e4c9b70953f0394d32d48f5493ab (diff) |
gnu: r-enrichplot: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.24.0.
Change-Id: Ide2c42c7df2f76742242df9191b51e56b4bcfc20
-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 8b60736609..aa108e30d0 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -16264,14 +16264,14 @@ correspondance between different data sources.") (define-public r-enrichplot (package (name "r-enrichplot") - (version "1.22.0") + (version "1.24.0") (source (origin (method url-fetch) (uri (bioconductor-uri "enrichplot" version)) (sha256 (base32 - "05ps96adbn4h8i0mqflzm1h6chjlrmfz6hx393232bhb995jfllx")))) + "0rkp1zidz34h4d02m4jqv509vw0wyrc084hvj3lxr7mb9j7rnq48")))) (build-system r-build-system) (propagated-inputs (list r-aplot |