guix-commits
[Top][All Lists]
Advanced

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

branch wip-r updated: gnu: Update r-complexheatmap to 2.6.2.


From: guix-commits
Subject: branch wip-r updated: gnu: Update r-complexheatmap to 2.6.2.
Date: Wed, 18 Nov 2020 10:16:21 -0500

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/wip-r by this push:
     new 6071ebe  gnu: Update r-complexheatmap to 2.6.2.
6071ebe is described below

commit 6071ebeea2aa8fa8c1b5cd9ea042755e8ea24dca
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Wed Nov 18 16:15:14 2020 +0100

    gnu: Update r-complexheatmap to 2.6.2.
    
    * gnu/packages/bioinformatics.scm (r-complexheatmap): Update to 2.6.2;
      Add r-cairo, r-digest, r-iranges, r-matrixstats, and r-s4vectors to
      the propagated-inputs.
---
 gnu/packages/bioinformatics.scm | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index d0a73db..3fc64b9 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10119,25 +10119,30 @@ provide added flexibility for data combination and 
manipulation.")
 (define-public r-complexheatmap
   (package
     (name "r-complexheatmap")
-    (version "2.6.0")
+    (version "2.6.2")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ComplexHeatmap" version))
        (sha256
         (base32
-         "0rmiwh4cr4m5p21cw8ym0j230qngda0g677mqwqkmmf8hlyqwbcd"))))
+         "1nx1xxpq8zrvi990v9fmvx3msl85pdz5dp1gp6m78q6i4s2alg5x"))))
     (properties
      `((upstream-name . "ComplexHeatmap")))
     (build-system r-build-system)
     (propagated-inputs
-     `(("r-circlize" ,r-circlize)
+     `(("r-cairo" ,r-cairo)
+       ("r-circlize" ,r-circlize)
        ("r-clue" ,r-clue)
        ("r-colorspace" ,r-colorspace)
+       ("r-digest" ,r-digest)
        ("r-getoptlong" ,r-getoptlong)
        ("r-globaloptions" ,r-globaloptions)
+       ("r-iranges" ,r-iranges)
+       ("r-matrixstats" ,r-matrixstats)
        ("r-png" ,r-png)
-       ("r-rcolorbrewer" ,r-rcolorbrewer)))
+       ("r-rcolorbrewer" ,r-rcolorbrewer)
+       ("r-s4vectors" ,r-s4vectors)))
     (native-inputs
      `(("r-knitr" ,r-knitr)))
     (home-page



reply via email to

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