guix-commits
[Top][All Lists]
Advanced

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

139/323: gnu: r-flowclust: Update to 3.28.0.


From: guix-commits
Subject: 139/323: gnu: r-flowclust: Update to 3.28.0.
Date: Wed, 9 Dec 2020 06:46:59 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 33c5b6d7ca3feb68f05d55e67adc904d49f780f8
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:54:10 2020 +0100

    gnu: r-flowclust: Update to 3.28.0.
    
    * gnu/packages/bioconductor.scm (r-flowclust): Update to 3.28.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 0d7c705..15503f5 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6163,14 +6163,14 @@ statistics to the plot.")
 (define-public r-flowclust
   (package
     (name "r-flowclust")
-    (version "3.26.0")
+    (version "3.28.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "flowClust" version))
        (sha256
         (base32
-         "06mkq9y41jax07x4knhvhzgrkgqdvpvcw604bxdk6bv9wx3ipq5b"))))
+         "1ml3y5wq68jbyr7l5j4zs79bj5bbwzmn5gx41yi88hq78iwkscrq"))))
     (properties `((upstream-name . "flowClust")))
     (build-system r-build-system)
     (arguments



reply via email to

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