guix-commits
[Top][All Lists]
Advanced

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

10/18: gnu: r-clusterprofiler: Update to 4.4.4.


From: guix-commits
Subject: 10/18: gnu: r-clusterprofiler: Update to 4.4.4.
Date: Fri, 1 Jul 2022 18:17:26 -0400 (EDT)

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

commit 4534888d4809c9f0d0cd509ed348f636b64f1af8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jul 2 00:16:50 2022 +0200

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



reply via email to

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