guix-commits
[Top][All Lists]
Advanced

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

234/356: gnu: r-flowclust: Update to 3.32.0.


From: guix-commits
Subject: 234/356: gnu: r-flowclust: Update to 3.32.0.
Date: Sun, 7 Nov 2021 18:12:04 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 007e62be639286d7806d67909dbafa1fa916924b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 4 22:04:32 2021 +0000

    gnu: r-flowclust: Update to 3.32.0.
    
    * gnu/packages/bioconductor.scm (r-flowclust): Update to 3.32.0.
    [inputs]: Remove gsl.
---
 gnu/packages/bioconductor.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 4500376..055ae94 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -9813,14 +9813,14 @@ statistics to the plot.")
 (define-public r-flowclust
   (package
     (name "r-flowclust")
-    (version "3.30.0")
+    (version "3.32.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "flowClust" version))
        (sha256
         (base32
-         "03xsmprrkxwkaksjlaxwp54mqfb3zlg6dbqhp87w78fwscisv76b"))))
+         "0ch7mkq40qcnxwgzy51vjdlwyzx4bvp03vpdm6dwjc6qy8a6qfzi"))))
     (properties `((upstream-name . "flowClust")))
     (build-system r-build-system)
     (arguments
@@ -9836,6 +9836,7 @@ statistics to the plot.")
        ("r-flowviz" ,r-flowviz)
        ("r-graph" ,r-graph)
        ("r-mnormt" ,r-mnormt)))
+    #;
     (inputs
      `(("gsl" ,gsl)))
     (native-inputs



reply via email to

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