summary refs log tree commit diff
diff options
context:
space:
mode:
authorzimoun <zimon.toutoune@gmail.com>2022-11-17 03:50:09 +0100
committerRicardo Wurmus <rekado@elephly.net>2022-11-24 12:31:21 +0100
commitba197ae9883a213a832591a739e02cf5f404f7b4 (patch)
treec0de8b049cbb459b34512ed3bb1e97d997ec604c
parentbfed8f183db3b643ce1d625cff28a3860bc2aa8d (diff)
downloadguix-ba197ae9883a213a832591a739e02cf5f404f7b4.tar.gz
gnu: r-complexheatmap: Update to 2.14.0.
* gnu/packages/bioconductor.scm (r-complexheatmap): Update to 2.14.0.
-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 41abb0b9de..4465776733 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4845,14 +4845,14 @@ experiments.")
 (define-public r-complexheatmap
   (package
     (name "r-complexheatmap")
-    (version "2.12.1")
+    (version "2.14.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ComplexHeatmap" version))
        (sha256
         (base32
-         "0b4p3ijhdcydfp0j58xlb5dn7d3m2x420n91rl9diqpg4r2gl0s8"))))
+         "1mf0h2j31m57jd3s1sj8ijn9wdgbg452d79drdkxypxqvpm7b927"))))
     (properties
      `((upstream-name . "ComplexHeatmap")))
     (build-system r-build-system)