guix-commits
[Top][All Lists]
Advanced

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

05/39: gnu: r-complexheatmap: Update to 2.12.1.


From: guix-commits
Subject: 05/39: gnu: r-complexheatmap: Update to 2.12.1.
Date: Mon, 3 Oct 2022 13:08:50 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c82320aa21a78fd5494ea9d8aa24b1f8ee6963ea
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 3 18:20:52 2022 +0200

    gnu: r-complexheatmap: Update to 2.12.1.
    
    * gnu/packages/bioconductor.scm (r-complexheatmap): Update to 2.12.1.
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index c70c08936a..02e417d98d 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3771,14 +3771,14 @@ experiments.")
 (define-public r-complexheatmap
   (package
     (name "r-complexheatmap")
-    (version "2.12.0")
+    (version "2.12.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ComplexHeatmap" version))
        (sha256
         (base32
-         "15b49vlkl89prcw70mlw066z0gxhs26x8dpfn6qr3gz7hihygs65"))))
+         "0b4p3ijhdcydfp0j58xlb5dn7d3m2x420n91rl9diqpg4r2gl0s8"))))
     (properties
      `((upstream-name . "ComplexHeatmap")))
     (build-system r-build-system)



reply via email to

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