summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-12-15 15:06:28 +0100
committerRicardo Wurmus <rekado@elephly.net>2019-12-15 15:38:59 +0100
commitdac706c3221ff190acd66108fb15787f87322044 (patch)
tree958fb4e315c7881c48ecb85690461e5ab7f0733b
parent2edb116c1ca4abaa8cc0d3d2db0e594ce3e842d3 (diff)
downloadguix-dac706c3221ff190acd66108fb15787f87322044.tar.gz
gnu: r-complexheatmap: Update to 2.2.0.
* gnu/packages/bioinformatics.scm (r-complexheatmap): Update to 2.2.0.
-rw-r--r--gnu/packages/bioinformatics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index e423081106..9851c30e08 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9821,14 +9821,14 @@ provide added flexibility for data combination and manipulation.")
 (define-public r-complexheatmap
   (package
     (name "r-complexheatmap")
-    (version "2.0.0")
+    (version "2.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ComplexHeatmap" version))
        (sha256
         (base32
-         "1imnb72r10csl2h12sckic7hcsb8v2z0y3dyw1ax2fpykmsmq776"))))
+         "1pj6a6rmqckk033pkklk6hr4066rzavamy6w194rfdhind90rk0p"))))
     (properties
      `((upstream-name . "ComplexHeatmap")))
     (build-system r-build-system)