guix-commits
[Top][All Lists]
Advanced

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

275/288: gnu: r-complexheatmap: Update to 2.6.0.


From: guix-commits
Subject: 275/288: gnu: r-complexheatmap: Update to 2.6.0.
Date: Thu, 19 Nov 2020 10:24:04 -0500 (EST)

rekado pushed a commit to branch wip-r
in repository guix.

commit db52252504da72a811a621bc37fc6e60662bfb44
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 16:01:08 2020 +0100

    gnu: r-complexheatmap: Update to 2.6.0.
    
    * gnu/packages/bioinformatics.scm (r-complexheatmap): Update to 2.6.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 2d0804d..cf78965 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10111,14 +10111,14 @@ provide added flexibility for data combination and 
manipulation.")
 (define-public r-complexheatmap
   (package
     (name "r-complexheatmap")
-    (version "2.4.3")
+    (version "2.6.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ComplexHeatmap" version))
        (sha256
         (base32
-         "1gx0hzrkla92pgmfkrm2zp0ccnhizq6rs26zgzpi5x8a5lvghh5q"))))
+         "0rmiwh4cr4m5p21cw8ym0j230qngda0g677mqwqkmmf8hlyqwbcd"))))
     (properties
      `((upstream-name . "ComplexHeatmap")))
     (build-system r-build-system)



reply via email to

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