guix-commits
[Top][All Lists]
Advanced

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

240/356: gnu: r-flowsom: Update to 2.2.0.


From: guix-commits
Subject: 240/356: gnu: r-flowsom: Update to 2.2.0.
Date: Sun, 7 Nov 2021 18:12:06 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 789958567e06b50d83dbe176536aee54ac3d5e67
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 4 22:04:33 2021 +0000

    gnu: r-flowsom: Update to 2.2.0.
    
    * gnu/packages/bioconductor.scm (r-flowsom): Update to 2.2.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 a4367ac..1b951c0 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -10070,14 +10070,14 @@ standard to exchange gated cytometry data with other 
software platforms.")
 (define-public r-flowsom
   (package
     (name "r-flowsom")
-    (version "2.0.0")
+    (version "2.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "FlowSOM" version))
        (sha256
         (base32
-         "18h7p7g3w9imyd1c93jllgp4kd74z96cs85wcqfhmd26nx18hl82"))))
+         "062xrv8li2z849qa8mv5dhafqli6ziz099ikjfvi7v2fr7174p8f"))))
     (properties `((upstream-name . "FlowSOM")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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