guix-commits
[Top][All Lists]
Advanced

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

27/29: gnu: r-clusterprofiler: Update to 4.8.2.


From: guix-commits
Subject: 27/29: gnu: r-clusterprofiler: Update to 4.8.2.
Date: Mon, 17 Jul 2023 09:00:13 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 2b5b5957080b3934cdf313dd02d33d1c82efefca
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jul 17 14:55:08 2023 +0200

    gnu: r-clusterprofiler: Update to 4.8.2.
    
    * gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 4.8.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 339e789649..8fbae054f4 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -13211,14 +13211,14 @@ All the visualization methods are developed based on 
ggplot2 graphics.")
 (define-public r-clusterprofiler
   (package
     (name "r-clusterprofiler")
-    (version "4.8.1")
+    (version "4.8.2")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "clusterProfiler" version))
        (sha256
         (base32
-         "1vcqzk5a2y3g2vv5vlpvcpd45xdq6rs5djnrdkww536cwkas9zvy"))))
+         "0iijby2j9i6sbdc3iwhqqb8xlz25k3dpiyq91p7yybggpr2p1nw4"))))
     (properties
      `((upstream-name . "clusterProfiler")))
     (build-system r-build-system)



reply via email to

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