guix-commits
[Top][All Lists]
Advanced

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

76/323: gnu: r-clusterprofiler: Update to 3.18.0.


From: guix-commits
Subject: 76/323: gnu: r-clusterprofiler: Update to 3.18.0.
Date: Mon, 7 Dec 2020 15:13:01 -0500 (EST)

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

commit 0a80afa6b2a23e3cd2c459b8c74fe5564223a3e8
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:50:46 2020 +0100

    gnu: r-clusterprofiler: Update to 3.18.0.
    
    * gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 3.18.0.
---
 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 7a06e20..6b23933 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3916,14 +3916,14 @@ All the visualization methods are developed based on 
ggplot2 graphics.")
 (define-public r-clusterprofiler
   (package
     (name "r-clusterprofiler")
-    (version "3.16.1")
+    (version "3.18.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "clusterProfiler" version))
        (sha256
         (base32
-         "11zsgb8wbdv8r4c04iczz4aala4yw4ai7rz8igdzz87c0940nxkb"))))
+         "07xkc515gp9j4axg0qh39ni65mcbjgxmzjh5wxd86w64lz7xh8b9"))))
     (properties
      `((upstream-name . "clusterProfiler")))
     (build-system r-build-system)



reply via email to

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