guix-commits
[Top][All Lists]
Advanced

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

310/449: gnu: r-flowclust: Update to 3.36.0.


From: guix-commits
Subject: 310/449: gnu: r-flowclust: Update to 3.36.0.
Date: Tue, 22 Nov 2022 15:47:46 -0500 (EST)

rekado pushed a commit to branch wip-bioconductor
in repository guix.

commit dbe2bd7ca95b920832569a3caa8f828a18e0d29b
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 03:50:25 2022 +0100

    gnu: r-flowclust: Update to 3.36.0.
    
    * gnu/packages/bioconductor.scm (r-flowclust): Update to 3.36.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 6ab82bc26e..0ffbd0e963 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -12881,14 +12881,14 @@ statistics to the plot.")
 (define-public r-flowclust
   (package
     (name "r-flowclust")
-    (version "3.34.0")
+    (version "3.36.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "flowClust" version))
        (sha256
         (base32
-         "055vm9s8aha92znhpjqkipzprw8bkrinwjaik4ygmhym7w6vbblk"))))
+         "1l1lfgm6x06gyzda36m6gvqmb91zbrz8m83b1fnfzpxkhqha20yq"))))
     (properties `((upstream-name . "flowClust")))
     (build-system r-build-system)
     (arguments



reply via email to

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