guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

109/265: gnu: r-complexheatmap: Update to 2.2.0.


From: guix-commits
Subject: 109/265: gnu: r-complexheatmap: Update to 2.2.0.
Date: Sun, 15 Dec 2019 09:40:16 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit dac706c3221ff190acd66108fb15787f87322044
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:06:28 2019 +0100

    gnu: r-complexheatmap: Update to 2.2.0.
    
    * gnu/packages/bioinformatics.scm (r-complexheatmap): Update to 2.2.0.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index e423081..9851c30 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]