summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-12-15 15:35:35 +0100
committerRicardo Wurmus <rekado@elephly.net>2019-12-15 15:39:11 +0100
commit08c01b7e0efe2a87ec8de6c280c701825ce9b534 (patch)
treede5a0182d8328bacca98540efcc76d6d3cabc6d1 /gnu
parent6374984a205b7e3d64118a7265125de9aff41a84 (diff)
downloadguix-patches-08c01b7e0efe2a87ec8de6c280c701825ce9b534.tar
guix-patches-08c01b7e0efe2a87ec8de6c280c701825ce9b534.tar.gz
gnu: r-clusterprofiler: Update to 3.14.0.
* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 3.14.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bioconductor.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 3b078a23c2..65fbb7098d 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3395,14 +3395,14 @@ All the visualization methods are developed based on ggplot2 graphics.")
(define-public r-clusterprofiler
(package
(name "r-clusterprofiler")
- (version "3.12.0")
+ (version "3.14.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "clusterProfiler" version))
(sha256
(base32
- "1jw8h6nlcgd86qhqlcgi3icylb7amcqimlvzg29gay3bf3grwfhq"))))
+ "0mm9iafrsjb8sj27k9mg40ab13vq4rmrzhaajm6g1wdkb2jqikjk"))))
(properties
`((upstream-name . "clusterProfiler")))
(build-system r-build-system)