gnu: r-cytoml: Update to 2.0.5.

* gnu/packages/bioconductor.scm (r-cytoml): Update to 2.0.5.
[propagated-inputs]: Add r-xml2.
This commit is contained in:
Ricardo Wurmus 2020-06-22 12:12:05 +02:00
parent 015ff0bf18
commit ef58875705
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6248,14 +6248,14 @@ (define-public r-opencyto
(define-public r-cytoml
(package
(name "r-cytoml")
(version "2.0.0")
(version "2.0.5")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "CytoML" version))
(sha256
(base32
"0zpq2j4y9i5lls1kj2w4spl8qjp3076idsr2a2rjvy1fykzlp01q"))))
"174brv027mm90lydfg6hnhazwh8jy4vf6ial4hpsfalwa5jrz55n"))))
(properties `((upstream-name . "CytoML")))
(build-system r-build-system)
(inputs
@ -6286,6 +6286,7 @@ (define-public r-cytoml
("r-runit" ,r-runit)
("r-tibble" ,r-tibble)
("r-xml" ,r-xml)
("r-xml2" ,r-xml2)
("r-yaml" ,r-yaml)))
(native-inputs
`(("r-knitr" ,r-knitr)))