guix-commits
[Top][All Lists]
Advanced

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

18/19: gnu: r-complexheatmap: Update to 2.4.3.


From: guix-commits
Subject: 18/19: gnu: r-complexheatmap: Update to 2.4.3.
Date: Thu, 20 Aug 2020 15:26:19 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 4e0acfe5e7104ad3b7f3ba0f9c4fe156a0b87b7d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 20 20:42:35 2020 +0200

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



reply via email to

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