diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-10-03 18:20:55 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-10-03 19:08:07 +0200 |
commit | 83f0c1a39d60048e00691205ad42b4a0ab5efc70 (patch) | |
tree | ec3964b998b4e18952ba7bcb63328a1e707f87a1 | |
parent | 842431a036e8d9bff6519c0ad2c7986122e50bac (diff) | |
download | guix-83f0c1a39d60048e00691205ad42b4a0ab5efc70.tar.gz guix-83f0c1a39d60048e00691205ad42b4a0ab5efc70.zip |
gnu: r-enrichplot: Update to 1.16.2.
* gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.16.2.
-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 f606439884..61aa7eac49 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -9385,14 +9385,14 @@ data.") (define-public r-enrichplot (package (name "r-enrichplot") - (version "1.16.1") + (version "1.16.2") (source (origin (method url-fetch) (uri (bioconductor-uri "enrichplot" version)) (sha256 (base32 - "17ln1wbkq8sp7jw0dpkccj5qcsl382sgd7zic04dk99z9ag3mh02")))) + "0qh7bci3rn6y2fl45izrdb62jcm6j0zxxg4pyp4mvvgjvka5lnss")))) (build-system r-build-system) (propagated-inputs (list r-aplot |