guix-commits
[Top][All Lists]
Advanced

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

244/296: gnu: r-flowviz: Update to 1.52.0.


From: guix-commits
Subject: 244/296: gnu: r-flowviz: Update to 1.52.0.
Date: Fri, 12 Jun 2020 19:30:40 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 062789b87a65e57eb5ff121c2b4728e23c9ac4db
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 13 01:00:27 2020 +0200

    gnu: r-flowviz: Update to 1.52.0.
    
    * gnu/packages/bioconductor.scm (r-flowviz): Update to 1.52.0.
    [native-inputs]: Add r-knitr.
---
 gnu/packages/bioconductor.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 8eb15ac..d5cabc4 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6016,14 +6016,14 @@ statistics to the plot.")
 (define-public r-flowviz
   (package
     (name "r-flowviz")
-    (version "1.50.0")
+    (version "1.52.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "flowViz" version))
        (sha256
         (base32
-         "0ik16bxcfcg3q26ra3055718kskid64aaazcbqsxalca9ppdm4k7"))))
+         "0f3jfwdmaq9wrgl737blk5gmpc29l9kb6nadqhxpvbjwqsnzx0yq"))))
     (properties `((upstream-name . "flowViz")))
     (build-system r-build-system)
     (propagated-inputs
@@ -6036,6 +6036,8 @@ statistics to the plot.")
        ("r-latticeextra" ,r-latticeextra)
        ("r-mass" ,r-mass)
        ("r-rcolorbrewer" ,r-rcolorbrewer)))
+    (native-inputs
+     `(("r-knitr" ,r-knitr)))
     (home-page "https://bioconductor.org/packages/flowViz/";)
     (synopsis "Visualization for flow cytometry")
     (description



reply via email to

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