guix-commits
[Top][All Lists]
Advanced

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

171/215: gnu: r-clusterprofiler: Update to 3.12.0.


From: guix-commits
Subject: 171/215: gnu: r-clusterprofiler: Update to 3.12.0.
Date: Sun, 5 May 2019 18:16:02 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 1a3e33be238315dd45917f43f2a0181f4b96118e
Author: Ricardo Wurmus <address@hidden>
Date:   Mon May 6 00:03:02 2019 +0200

    gnu: r-clusterprofiler: Update to 3.12.0.
    
    * gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 3.12.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 0073c03..52ecd98 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2954,14 +2954,14 @@ All the visualization methods are developed based on 
ggplot2 graphics.")
 (define-public r-clusterprofiler
   (package
     (name "r-clusterprofiler")
-    (version "3.10.1")
+    (version "3.12.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "clusterProfiler" version))
        (sha256
         (base32
-         "1v4fh8ll7zk8yhbaa0nq9xvqrb05kyvbpwkqpnjf07s873805rxm"))))
+         "1jw8h6nlcgd86qhqlcgi3icylb7amcqimlvzg29gay3bf3grwfhq"))))
     (properties
      `((upstream-name . "clusterProfiler")))
     (build-system r-build-system)



reply via email to

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