guix-commits
[Top][All Lists]
Advanced

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

06/09: gnu: r-clusterprofiler: Update to 4.8.3.


From: guix-commits
Subject: 06/09: gnu: r-clusterprofiler: Update to 4.8.3.
Date: Thu, 14 Sep 2023 02:57:48 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 9232ef79865439cc6584e8942550f8d6fb70a1c8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Sep 14 08:57:19 2023 +0200

    gnu: r-clusterprofiler: Update to 4.8.3.
    
    * gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 4.8.3.
---
 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 2f2d649e4f..69795311a7 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -14422,14 +14422,14 @@ attempts to assess their statistical significance.")
 (define-public r-clusterprofiler
   (package
     (name "r-clusterprofiler")
-    (version "4.8.2")
+    (version "4.8.3")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "clusterProfiler" version))
        (sha256
         (base32
-         "0iijby2j9i6sbdc3iwhqqb8xlz25k3dpiyq91p7yybggpr2p1nw4"))))
+         "1kihrpa8cb2bqk5dck0w6yzgfpl72qxlrxwpidg1ar27q3ivz8w3"))))
     (properties
      `((upstream-name . "clusterProfiler")))
     (build-system r-build-system)



reply via email to

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