guix-commits
[Top][All Lists]
Advanced

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

248/265: gnu: r-clusterprofiler: Update to 3.14.0.


From: guix-commits
Subject: 248/265: gnu: r-clusterprofiler: Update to 3.14.0.
Date: Sun, 15 Dec 2019 09:40:47 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 08c01b7e0efe2a87ec8de6c280c701825ce9b534
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:35:35 2019 +0100

    gnu: r-clusterprofiler: Update to 3.14.0.
    
    * gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 3.14.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 3b078a2..65fbb70 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3395,14 +3395,14 @@ All the visualization methods are developed based on 
ggplot2 graphics.")
 (define-public r-clusterprofiler
   (package
     (name "r-clusterprofiler")
-    (version "3.12.0")
+    (version "3.14.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "clusterProfiler" version))
        (sha256
         (base32
-         "1jw8h6nlcgd86qhqlcgi3icylb7amcqimlvzg29gay3bf3grwfhq"))))
+         "0mm9iafrsjb8sj27k9mg40ab13vq4rmrzhaajm6g1wdkb2jqikjk"))))
     (properties
      `((upstream-name . "clusterProfiler")))
     (build-system r-build-system)



reply via email to

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