guix-commits
[Top][All Lists]
Advanced

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

247/449: gnu: r-clusterprofiler: Update to 4.6.0.


From: guix-commits
Subject: 247/449: gnu: r-clusterprofiler: Update to 4.6.0.
Date: Tue, 22 Nov 2022 15:47:34 -0500 (EST)

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

commit 9ee151192acfa50a7ab9e0e563275e6aed43012f
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 03:50:20 2022 +0100

    gnu: r-clusterprofiler: Update to 4.6.0.
    
    * gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 4.6.0.
    [propagated-inputs]: Add r-gson.
---
 gnu/packages/bioconductor.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index d188743f93..f601186906 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -10497,14 +10497,14 @@ All the visualization methods are developed based on 
ggplot2 graphics.")
 (define-public r-clusterprofiler
   (package
     (name "r-clusterprofiler")
-    (version "4.4.4")
+    (version "4.6.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "clusterProfiler" version))
        (sha256
         (base32
-         "0k5jhry0j6wa7779n3hrw4ld4bvyahpgpbwi2a0g704m3dd3mqp5"))))
+         "0fm2cz2464xh075p4yl6bha9m6didc41ng4a3flkw1f1cvvpi4g0"))))
     (properties
      `((upstream-name . "clusterProfiler")))
     (build-system r-build-system)
@@ -10516,6 +10516,7 @@ All the visualization methods are developed based on 
ggplot2 graphics.")
            r-enrichplot
            r-go-db
            r-gosemsim
+           r-gson
            r-magrittr
            r-plyr
            r-qvalue



reply via email to

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