diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-08-24 00:33:19 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-08-24 12:28:13 +0200 |
commit | 0022f404626336b97ee916930eef17b4fb324ae8 (patch) | |
tree | c28fd7ba49c1186640998122bb869918b181cc34 | |
parent | 5543456ae9a430137b97210037760bc58c30466b (diff) | |
download | guix-0022f404626336b97ee916930eef17b4fb324ae8.tar.gz guix-0022f404626336b97ee916930eef17b4fb324ae8.zip |
gnu: r-clusterprofiler: Update to 4.0.4.
* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 4.0.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 81b920efcc..e32a5147a8 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -7318,14 +7318,14 @@ All the visualization methods are developed based on ggplot2 graphics.") (define-public r-clusterprofiler (package (name "r-clusterprofiler") - (version "4.0.2") + (version "4.0.4") (source (origin (method url-fetch) (uri (bioconductor-uri "clusterProfiler" version)) (sha256 (base32 - "11pjzh7inh1x0gry42nlq4har65s8pc0w3bkccm6kmxycvaxb9rh")))) + "161w9mn2plmymvzf1hkk9fwi3d9c26kbcpndyyrfcl6bg2nxr1s8")))) (properties `((upstream-name . "clusterProfiler"))) (build-system r-build-system) |