guix-commits
[Top][All Lists]
Advanced

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

10/10: gnu: r-clusterprofiler: Update to 4.10.1.


From: guix-commits
Subject: 10/10: gnu: r-clusterprofiler: Update to 4.10.1.
Date: Fri, 15 Mar 2024 18:55:16 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 10345d2f63d630533d0719366a49f5e1309ef5a9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Mar 15 23:05:33 2024 +0100

    gnu: r-clusterprofiler: Update to 4.10.1.
    
    * gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 4.10.1.
    
    Change-Id: I05b41c27d1e1ac8b2887845df5a4a75d45513929
---
 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 08f25efdbc..0aa1635e6a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -15914,14 +15914,14 @@ attempts to assess their statistical significance.")
 (define-public r-clusterprofiler
   (package
     (name "r-clusterprofiler")
-    (version "4.10.0")
+    (version "4.10.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "clusterProfiler" version))
        (sha256
         (base32
-         "1vlrybyczfci5qnw50k0y2j2853r2p1ff5bpj35rdca4ja0iqh2q"))))
+         "1jwi9029dy7ga4hv75grib7wdaghslwh4qk5awhgw3192a0qcixf"))))
     (properties
      `((upstream-name . "clusterProfiler")))
     (build-system r-build-system)



reply via email to

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