guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 310/457: gnu: r-flowclust: Update to 3.36.0.
Date: Thu, 24 Nov 2022 06:37:28 -0500 (EST)

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

commit 223fb324926f9c2cfe6a309000884a7b3a78de59
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 f1e9963cdd..2d4e571a32 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -12922,14 +12922,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]