guix-commits
[Top][All Lists]
Advanced

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

146/288: gnu: r-flowsom: Update to 1.22.0.


From: guix-commits
Subject: 146/288: gnu: r-flowsom: Update to 1.22.0.
Date: Mon, 16 Nov 2020 15:07:21 -0500 (EST)

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

commit 8009d9e4a7e6442b7158cc1b7016c3c9fa00571a
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:54:29 2020 +0100

    gnu: r-flowsom: Update to 1.22.0.
    
    * gnu/packages/bioconductor.scm (r-flowsom): Update to 1.22.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 b0bc123..2f776b9 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6337,14 +6337,14 @@ standard to exchange gated cytometry data with other 
software platforms.")
 (define-public r-flowsom
   (package
     (name "r-flowsom")
-    (version "1.20.0")
+    (version "1.22.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "FlowSOM" version))
        (sha256
         (base32
-         "1p17jv4q1dbcc47jpjy9hbcvzpwrx8waq7qpcj778jsyz6z6jh78"))))
+         "0gydp6q6zqkadw356k9br646zfynz8gk9ckbx9d297x503j5sgwf"))))
     (properties `((upstream-name . "FlowSOM")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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