guix-commits
[Top][All Lists]
Advanced

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

167/353: gnu: r-clusterprofiler: Update to 4.2.0.


From: guix-commits
Subject: 167/353: gnu: r-clusterprofiler: Update to 4.2.0.
Date: Thu, 4 Nov 2021 18:14:30 -0400 (EDT)

rekado pushed a commit to branch r-updates
in repository guix.

commit ae0ecd97833eb6103a1e1942ad7656c2c56bd444
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 4 22:04:22 2021 +0000

    gnu: r-clusterprofiler: Update to 4.2.0.
    
    * gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 4.2.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 4a7052f..f16b6aa 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7492,14 +7492,14 @@ All the visualization methods are developed based on 
ggplot2 graphics.")
 (define-public r-clusterprofiler
   (package
     (name "r-clusterprofiler")
-    (version "4.0.5")
+    (version "4.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "clusterProfiler" version))
        (sha256
         (base32
-         "1dccrl2ffhgmv3iqlmpln7z86ahpf0j9ma194fnknsgi3cd9rhrl"))))
+         "18y7482sw0awlhazikq13r2r0zid9ksk942rma87m448y1cq2fi5"))))
     (properties
      `((upstream-name . "clusterProfiler")))
     (build-system r-build-system)



reply via email to

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