guix-commits
[Top][All Lists]
Advanced

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

57/61: gnu: r-clusterprofiler: Update to 3.14.3.


From: guix-commits
Subject: 57/61: gnu: r-clusterprofiler: Update to 3.14.3.
Date: Thu, 16 Jan 2020 00:53:59 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit ac9a9c374c4b03a410f8652666d8fc600c02ef11
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Thu Jan 16 06:10:14 2020 +0100

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



reply via email to

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