guix-commits
[Top][All Lists]
Advanced

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

04/19: gnu: r-clusterprofiler: Update to 3.16.1.


From: guix-commits
Subject: 04/19: gnu: r-clusterprofiler: Update to 3.16.1.
Date: Thu, 20 Aug 2020 15:26:13 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 69f3b27822e6e574a609c9204889b4564af4431a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 20 20:41:49 2020 +0200

    gnu: r-clusterprofiler: Update to 3.16.1.
    
    * gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 3.16.1.
    [propagated-inputs]: Add r-rlang.
---
 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 fe4a096..0caeff3 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3812,14 +3812,14 @@ All the visualization methods are developed based on 
ggplot2 graphics.")
 (define-public r-clusterprofiler
   (package
     (name "r-clusterprofiler")
-    (version "3.16.0")
+    (version "3.16.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "clusterProfiler" version))
        (sha256
         (base32
-         "0m7919gzrd2fddb4kcznwpshhab1ha2yppnkxg11zmh40wcdawyi"))))
+         "11zsgb8wbdv8r4c04iczz4aala4yw4ai7rz8igdzz87c0940nxkb"))))
     (properties
      `((upstream-name . "clusterProfiler")))
     (build-system r-build-system)
@@ -3834,6 +3834,7 @@ All the visualization methods are developed based on 
ggplot2 graphics.")
        ("r-magrittr" ,r-magrittr)
        ("r-plyr" ,r-plyr)
        ("r-qvalue" ,r-qvalue)
+       ("r-rlang" ,r-rlang)
        ("r-rvcheck" ,r-rvcheck)
        ("r-tidyr" ,r-tidyr)))
     (native-inputs



reply via email to

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