guix-commits
[Top][All Lists]
Advanced

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

14/22: gnu: r-clusterprofiler: Update to 4.12.2.


From: guix-commits
Subject: 14/22: gnu: r-clusterprofiler: Update to 4.12.2.
Date: Fri, 16 Aug 2024 15:25:36 -0400 (EDT)

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

commit 15be468e1aa1c72b07215e654c1753513a9ae8c5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Aug 16 20:53:47 2024 +0200

    gnu: r-clusterprofiler: Update to 4.12.2.
    
    * gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 4.12.2.
    
    Change-Id: I17d837fb314c26fcb26c13240a01c91bc2da9797
---
 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 5f7e40858a..d97c4c0e2b 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -16332,14 +16332,14 @@ attempts to assess their statistical significance.")
 (define-public r-clusterprofiler
   (package
     (name "r-clusterprofiler")
-    (version "4.12.0")
+    (version "4.12.2")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "clusterProfiler" version))
        (sha256
         (base32
-         "0wmfbr4n8a1mg8g3gl9gnqrvq5p6cfay2858fqx7wxpr2q8yynhz"))))
+         "07vccjiizzk2z7v4448jybrsapcjxc3y6g6bhlclzdl80h566xxv"))))
     (properties
      `((upstream-name . "clusterProfiler")))
     (build-system r-build-system)



reply via email to

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