guix_mirror_bot pushed a commit to branch r-team
in repository guix.

commit fbcf2b4dd43a54f99508ad3340c9d5139657d0b3
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue Nov 25 13:50:19 2025 +0100

    gnu: r-flowclust: Update to 3.48.0.
    
    * gnu/packages/bioconductor.scm (r-flowclust): Update to 3.48.0.
    
    Change-Id: I4ddf90ad9d5acedf16b2a32ce79b9fe1edb146e2
---
 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 750ad373b6..1ab1a34708 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -22174,14 +22174,14 @@ statistics to the plot.")
 (define-public r-flowclust
   (package
     (name "r-flowclust")
-    (version "3.46.0")
+    (version "3.48.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "flowClust" version))
        (sha256
         (base32
-         "04zmgp11fajl72kif74zy3974dg780hx9dwp3g7y6dywf5bihlg6"))))
+         "1ncx63ynqxaldc8mb68k8jwq116myml6ccgh9j7n5dcvhfcqgqf1"))))
     (properties
      `((upstream-name . "flowClust")
        ;; Avoid dependency cycle.

Reply via email to