guix-commits
[Top][All Lists]
Advanced

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

18/20: gnu: r-cytoml: Update to 1.12.1.


From: guix-commits
Subject: 18/20: gnu: r-cytoml: Update to 1.12.1.
Date: Wed, 1 Apr 2020 05:22:00 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d49e3f019028c9dba3f490dbc7bee4dcd961725d
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Wed Apr 1 11:13:58 2020 +0200

    gnu: r-cytoml: Update to 1.12.1.
    
    * gnu/packages/bioconductor.scm (r-cytoml): Update to  1.12.1.
    [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 75aa36d..54384f9 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5833,14 +5833,14 @@ sequential way to mimic the manual gating strategy.")
 (define-public r-cytoml
   (package
     (name "r-cytoml")
-    (version "1.12.0")
+    (version "1.12.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "CytoML" version))
        (sha256
         (base32
-         "0m8x18wkvis85cawv7j07pk59w76wnzy93ia99gd24j82z4h97p1"))))
+         "0wgi8rwb4spxzd5xvs5amfr5g82ny2nad57j3nmhnhnj1cpirjxz"))))
     (properties `((upstream-name . "CytoML")))
     (build-system r-build-system)
     (inputs
@@ -5870,6 +5870,8 @@ sequential way to mimic the manual gating strategy.")
        ("r-runit" ,r-runit)
        ("r-xml" ,r-xml)
        ("r-yaml" ,r-yaml)))
+    (native-inputs
+     `(("r-knitr" ,r-knitr)))
     (home-page "https://github.com/RGLab/CytoML";)
     (synopsis "GatingML interface for cross platform cytometry data sharing")
     (description



reply via email to

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