guix-commits
[Top][All Lists]
Advanced

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

08/11: gnu: r-clusterprofiler: Update to 4.4.2.


From: guix-commits
Subject: 08/11: gnu: r-clusterprofiler: Update to 4.4.2.
Date: Sun, 12 Jun 2022 06:16:15 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 41435e0e1c008f07144767ed4676c1147a68d174
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Jun 12 11:16:29 2022 +0200

    gnu: r-clusterprofiler: Update to 4.4.2.
    
    * gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 4.4.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 f7367e4b7e..4c280e42cd 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -8699,14 +8699,14 @@ All the visualization methods are developed based on 
ggplot2 graphics.")
 (define-public r-clusterprofiler
   (package
     (name "r-clusterprofiler")
-    (version "4.4.1")
+    (version "4.4.2")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "clusterProfiler" version))
        (sha256
         (base32
-         "03bg3agisrm4q10gg57dksvd1ws37if6a1gwcxaybb4c50zadm8p"))))
+         "07fbc3d06990qy1qcaqqgm5ma2l0h08bwfkqrnlfd9f2xcppdywd"))))
     (properties
      `((upstream-name . "clusterProfiler")))
     (build-system r-build-system)



reply via email to

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