guix-commits
[Top][All Lists]
Advanced

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

147/323: gnu: r-flowsom: Update to 1.22.0.


From: guix-commits
Subject: 147/323: gnu: r-flowsom: Update to 1.22.0.
Date: Wed, 9 Dec 2020 06:47:02 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 1f7ddaf0fb0f480e335f40a8537c24d2ed94e787
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 b3f6017..e4274a2 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6419,14 +6419,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]