guix-commits
[Top][All Lists]
Advanced

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

03/214: gnu: r-ldheatmap: Update to 1.0-6.


From: guix-commits
Subject: 03/214: gnu: r-ldheatmap: Update to 1.0-6.
Date: Sat, 28 May 2022 04:36:56 -0400 (EDT)

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

commit ebe85fe0fbc3f8540e80d8873ffcb778cca44793
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat May 28 08:30:08 2022 +0200

    gnu: r-ldheatmap: Update to 1.0-6.
    
    * gnu/packages/bioconductor.scm (r-ldheatmap): Update to 1.0-6.
---
 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 ba6a015595..87f8543cf2 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -14832,14 +14832,14 @@ defining LD blocks.")
 (define-public r-ldheatmap
   (package
     (name "r-ldheatmap")
-    (version "1.0-4")
+    (version "1.0-6")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "LDheatmap" version))
        (sha256
         (base32
-         "1jp578cf29qcgx95w10lpymlwx2pgjsf0nypwkl9b8g635gkisq7"))))
+         "0gr99kys1ahyl8s6cbj6rmh4vwid8kn92lcbjnwh0ahb73m2xjjc"))))
     (properties `((upstream-name . "LDheatmap")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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