me
/
guix
Archived
1
0
Fork 0

gnu: r-cytoml: Update to 2.0.0.

* gnu/packages/bioconductor.scm (r-cytoml): Update to 2.0.0.
[propagated-inputs]: Remove r-ncdfflow; add r-rcpparmadillo, r-rhdf5lib, and
r-tibble.
master
Ricardo Wurmus 2020-06-13 01:01:58 +02:00
parent 8f5e16742d
commit 8d5a83b7c6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 5 additions and 3 deletions

View File

@ -6248,14 +6248,14 @@ sequential way to mimic the manual gating strategy.")
(define-public r-cytoml (define-public r-cytoml
(package (package
(name "r-cytoml") (name "r-cytoml")
(version "1.12.1") (version "2.0.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "CytoML" version)) (uri (bioconductor-uri "CytoML" version))
(sha256 (sha256
(base32 (base32
"0wgi8rwb4spxzd5xvs5amfr5g82ny2nad57j3nmhnhnj1cpirjxz")))) "0zpq2j4y9i5lls1kj2w4spl8qjp3076idsr2a2rjvy1fykzlp01q"))))
(properties `((upstream-name . "CytoML"))) (properties `((upstream-name . "CytoML")))
(build-system r-build-system) (build-system r-build-system)
(inputs (inputs
@ -6274,15 +6274,17 @@ sequential way to mimic the manual gating strategy.")
("r-graph" ,r-graph) ("r-graph" ,r-graph)
("r-jsonlite" ,r-jsonlite) ("r-jsonlite" ,r-jsonlite)
("r-lattice" ,r-lattice) ("r-lattice" ,r-lattice)
("r-ncdfflow" ,r-ncdfflow)
("r-opencyto" ,r-opencyto) ("r-opencyto" ,r-opencyto)
("r-plyr" ,r-plyr) ("r-plyr" ,r-plyr)
("r-rbgl" ,r-rbgl) ("r-rbgl" ,r-rbgl)
("r-rcpp" ,r-rcpp) ("r-rcpp" ,r-rcpp)
("r-rcpparmadillo" ,r-rcpparmadillo)
("r-rcppparallel" ,r-rcppparallel) ("r-rcppparallel" ,r-rcppparallel)
("r-rgraphviz" ,r-rgraphviz) ("r-rgraphviz" ,r-rgraphviz)
("r-rhdf5lib" ,r-rhdf5lib)
("r-rprotobuflib" ,r-rprotobuflib) ("r-rprotobuflib" ,r-rprotobuflib)
("r-runit" ,r-runit) ("r-runit" ,r-runit)
("r-tibble" ,r-tibble)
("r-xml" ,r-xml) ("r-xml" ,r-xml)
("r-yaml" ,r-yaml))) ("r-yaml" ,r-yaml)))
(native-inputs (native-inputs