guix-commits
[Top][All Lists]
Advanced

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

316/449: gnu: r-flowsom: Update to 2.6.0.


From: guix-commits
Subject: 316/449: gnu: r-flowsom: Update to 2.6.0.
Date: Tue, 22 Nov 2022 15:47:47 -0500 (EST)

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

commit 0e1e61bf5aa07265a92c33652c405b972ba44f44
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 03:50:25 2022 +0100

    gnu: r-flowsom: Update to 2.6.0.
    
    * gnu/packages/bioconductor.scm (r-flowsom): Update to 2.6.0.
---
 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 eb8a74d0da..7117a64e46 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -13132,14 +13132,14 @@ standard to exchange gated cytometry data with other 
software platforms.")
 (define-public r-flowsom
   (package
     (name "r-flowsom")
-    (version "2.4.0")
+    (version "2.6.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "FlowSOM" version))
        (sha256
         (base32
-         "0balsds5mm981cqamdjv3ndq1y9arharisd6f2lrpkzgvwawa645"))))
+         "1s7xilhhc55igq0zmvpfzhnh5df8bzmm3daknz75xhzhhg5b7z1c"))))
     (properties `((upstream-name . "FlowSOM")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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