diff options
author | Ricardo Wurmus <[email protected]> | 2024-08-16 20:53:47 +0200 |
---|---|---|
committer | Ricardo Wurmus <[email protected]> | 2024-08-17 21:54:21 +0200 |
commit | 91a56bc013698ac715726a9861ab0b9a1a1007c6 (patch) | |
tree | 2e83055cbbf1b6abcf9c2c68f6c0dd1bd57ba0f6 | |
parent | ad1acb8114aeb99e72bd0efb57f10b7d8ed906fe (diff) |
gnu: r-enrichplot: Update to 1.24.2.
* gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.24.2.
Change-Id: I188e7e908a09337d4bacf4802b1557ddd31048f3
-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 e205f821f3..5f7e40858a 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.24.0") + (version "1.24.2") (source (origin (method url-fetch) (uri (bioconductor-uri "enrichplot" version)) (sha256 (base32 - "0rkp1zidz34h4d02m4jqv509vw0wyrc084hvj3lxr7mb9j7rnq48")))) + "03p0a1vyaznk405xpkp57f22wg8x7lxiipjh101p7dq97rbzr4r7")))) (build-system r-build-system) (propagated-inputs (list r-aplot |