guix-commits
[Top][All Lists]
Advanced

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

04/27: gnu: r-clusterprofiler: Update to 3.18.1.


From: guix-commits
Subject: 04/27: gnu: r-clusterprofiler: Update to 3.18.1.
Date: Thu, 11 Feb 2021 15:35:20 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 6d0709231f66d53418188eccdd56ce1de82224fd
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Feb 11 21:30:53 2021 +0100

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



reply via email to

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