guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: r-complexheatmap: Update to 1.18.1.


From: Ricardo Wurmus
Subject: 04/08: gnu: r-complexheatmap: Update to 1.18.1.
Date: Thu, 21 Jun 2018 04:31:58 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 1f73fd017c1fcfdc55aad28539380f312f0767e9
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Jun 21 10:29:14 2018 +0200

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



reply via email to

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