guix-commits
[Top][All Lists]
Advanced

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

237/324: gnu: r-flowclust: Update to 3.30.0.


From: guix-commits
Subject: 237/324: gnu: r-flowclust: Update to 3.30.0.
Date: Sat, 5 Jun 2021 03:15:43 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c474b4784ed4eb405df30225b93629f7a3247ea7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 08:50:06 2021 +0200

    gnu: r-flowclust: Update to 3.30.0.
    
    * gnu/packages/bioconductor.scm (r-flowclust): Update to 3.30.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 1de2442..112e54f 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -9518,14 +9518,14 @@ statistics to the plot.")
 (define-public r-flowclust
   (package
     (name "r-flowclust")
-    (version "3.28.0")
+    (version "3.30.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "flowClust" version))
        (sha256
         (base32
-         "1ml3y5wq68jbyr7l5j4zs79bj5bbwzmn5gx41yi88hq78iwkscrq"))))
+         "03xsmprrkxwkaksjlaxwp54mqfb3zlg6dbqhp87w78fwscisv76b"))))
     (properties `((upstream-name . "flowClust")))
     (build-system r-build-system)
     (arguments



reply via email to

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