guix-commits
[Top][All Lists]
Advanced

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

98/215: gnu: r-complexheatmap: Update to 2.0.0.


From: guix-commits
Subject: 98/215: gnu: r-complexheatmap: Update to 2.0.0.
Date: Sun, 5 May 2019 18:15:48 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 70a3e4499d9eccb387ae3c8123a5b3d2f90d47ad
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:48:56 2019 +0200

    gnu: r-complexheatmap: Update to 2.0.0.
    
    * gnu/packages/bioinformatics.scm (r-complexheatmap): Update to 2.0.0.
    [propagated-inputs]: Add r-clue and r-png.
---
 gnu/packages/bioinformatics.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 8b74430..eb82c86 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9775,22 +9775,24 @@ provide added flexibility for data combination and 
manipulation.")
 (define-public r-complexheatmap
   (package
     (name "r-complexheatmap")
-    (version "1.20.0")
+    (version "2.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ComplexHeatmap" version))
        (sha256
         (base32
-         "0s01dzcfj1lmpqfpsbqw7r4858krfzy499lz4cwx4fq3mbyvy2aj"))))
+         "1imnb72r10csl2h12sckic7hcsb8v2z0y3dyw1ax2fpykmsmq776"))))
     (properties
      `((upstream-name . "ComplexHeatmap")))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-circlize" ,r-circlize)
+       ("r-clue" ,r-clue)
        ("r-colorspace" ,r-colorspace)
        ("r-getoptlong" ,r-getoptlong)
        ("r-globaloptions" ,r-globaloptions)
+       ("r-png" ,r-png)
        ("r-rcolorbrewer" ,r-rcolorbrewer)))
     (home-page
      "https://github.com/jokergoo/ComplexHeatmap";)



reply via email to

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