diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-05-28 12:44:58 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-05-28 23:19:24 +0200 |
commit | 7dee98b9aa716885b8afa8a517613299087ca76c (patch) | |
tree | a38e98f7b451027ef458da3c0d7626a7e7d35b56 /gnu/packages | |
parent | 00c890fa471aa0609e70d0ddb5dd9f509c5b5896 (diff) |
gnu: r-enrichplot: Update to 1.16.1.
* gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.16.1.
Diffstat (limited to 'gnu/packages')
-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 1aa140748f..0c1dfd5522 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -8606,14 +8606,14 @@ data.") (define-public r-enrichplot (package (name "r-enrichplot") - (version "1.14.2") + (version "1.16.1") (source (origin (method url-fetch) (uri (bioconductor-uri "enrichplot" version)) (sha256 (base32 - "1rjiqmc32c9gxckgrgbypxpp0m8y0kahvhzvjzymda25xp8zqjs2")))) + "17ln1wbkq8sp7jw0dpkccj5qcsl382sgd7zic04dk99z9ag3mh02")))) (build-system r-build-system) (propagated-inputs (list r-aplot |