guix-commits
[Top][All Lists]
Advanced

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

87/112: gnu: r-complexheatmap: Update to 1.18.0.


From: Ricardo Wurmus
Subject: 87/112: gnu: r-complexheatmap: Update to 1.18.0.
Date: Sat, 2 Jun 2018 07:40:23 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d3fb2ad834ceb85c479471dcff1d931624286ab0
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jun 2 12:09:42 2018 +0200

    gnu: r-complexheatmap: Update to 1.18.0.
    
    * gnu/packages/bioinformatics.scm (r-complexheatmap): Update to 1.18.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 8d6df8e..341b144 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10039,14 +10039,14 @@ provide added flexibility for data combination and 
manipulation.")
 (define-public r-complexheatmap
   (package
     (name "r-complexheatmap")
-    (version "1.17.1")
+    (version "1.18.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ComplexHeatmap" version))
        (sha256
         (base32
-         "1x6kp55iqqsd8bhdl3qch95nfiy2y46ldbbsx1sj1v8f0b0ywwcy"))))
+         "0z57mrginzd40niy51dvnyqgbrij05ji0dbwqs3x2as80sq28i3q"))))
     (properties
      `((upstream-name . "ComplexHeatmap")))
     (build-system r-build-system)



reply via email to

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