guix-commits
[Top][All Lists]
Advanced

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

175/324: gnu: r-clusterprofiler: Update to 4.0.0.


From: guix-commits
Subject: 175/324: gnu: r-clusterprofiler: Update to 4.0.0.
Date: Sat, 5 Jun 2021 03:15:22 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 2b4c784b2bfa37cf308996b883c4ad2ff561a7c0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 08:49:58 2021 +0200

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



reply via email to

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