guix-commits
[Top][All Lists]
Advanced

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

10/17: gnu: r-clusterprofiler: Update to 4.0.5.


From: guix-commits
Subject: 10/17: gnu: r-clusterprofiler: Update to 4.0.5.
Date: Wed, 29 Sep 2021 17:29:58 -0400 (EDT)

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

commit b014f8fa0580c5d5431abdce3a2ebbf4d620bcb8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Sep 29 23:28:14 2021 +0200

    gnu: r-clusterprofiler: Update to 4.0.5.
    
    * gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 4.0.5.
    [propagated-inputs]: Remove r-rvcheck; add r-yulab-utils.
---
 gnu/packages/bioconductor.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index f9d0e0b..646ce5c 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7438,14 +7438,14 @@ All the visualization methods are developed based on 
ggplot2 graphics.")
 (define-public r-clusterprofiler
   (package
     (name "r-clusterprofiler")
-    (version "4.0.4")
+    (version "4.0.5")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "clusterProfiler" version))
        (sha256
         (base32
-         "161w9mn2plmymvzf1hkk9fwi3d9c26kbcpndyyrfcl6bg2nxr1s8"))))
+         "1dccrl2ffhgmv3iqlmpln7z86ahpf0j9ma194fnknsgi3cd9rhrl"))))
     (properties
      `((upstream-name . "clusterProfiler")))
     (build-system r-build-system)
@@ -7461,8 +7461,8 @@ All the visualization methods are developed based on 
ggplot2 graphics.")
        ("r-plyr" ,r-plyr)
        ("r-qvalue" ,r-qvalue)
        ("r-rlang" ,r-rlang)
-       ("r-rvcheck" ,r-rvcheck)
-       ("r-tidyr" ,r-tidyr)))
+       ("r-tidyr" ,r-tidyr)
+       ("r-yulab-utils" ,r-yulab-utils)))
     (native-inputs
      `(("r-knitr" ,r-knitr)))
     (home-page "https://guangchuangyu.github.io/software/clusterProfiler/";)



reply via email to

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