guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 316/457: gnu: r-flowsom: Update to 2.6.0.
Date: Thu, 24 Nov 2022 06:37:30 -0500 (EST)

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

commit 6741cfad7c0b2fdf927f440b295073da832cee09
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 5aee1f199f..36aa67ffef 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -13173,14 +13173,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]