guix-commits
[Top][All Lists]
Advanced

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

15/18: gnu: r-clusterprofiler: Update to 3.14.2.


From: guix-commits
Subject: 15/18: gnu: r-clusterprofiler: Update to 3.14.2.
Date: Fri, 27 Dec 2019 15:30:47 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 0be4d7de9c4dfdf3b0e1ca2e9e6e379a5e489cde
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Dec 27 20:32:31 2019 +0100

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



reply via email to

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