guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: r-flowclust: Update to 3.36.1.


From: guix-commits
Subject: 06/07: gnu: r-flowclust: Update to 3.36.1.
Date: Fri, 31 Mar 2023 09:26:13 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 04b87844df2fc665e2bde1b5367818ff23fd7898
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Mar 31 15:24:55 2023 +0200

    gnu: r-flowclust: Update to 3.36.1.
    
    * gnu/packages/bioconductor.scm (r-flowclust): Update to 3.36.1.
---
 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 7d53672502..01e8721797 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -15115,14 +15115,14 @@ statistics to the plot.")
 (define-public r-flowclust
   (package
     (name "r-flowclust")
-    (version "3.36.0")
+    (version "3.36.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "flowClust" version))
        (sha256
         (base32
-         "1l1lfgm6x06gyzda36m6gvqmb91zbrz8m83b1fnfzpxkhqha20yq"))))
+         "1r27nm5dxlhl5rk96dkjfx8326bvdgx55xg4w2zji3m49x9db2gs"))))
     (properties `((upstream-name . "flowClust")))
     (build-system r-build-system)
     (arguments



reply via email to

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