gnu: r-flowai: Update to 1.38.0.

* gnu/packages/bioconductor.scm (r-flowai): Update to 1.38.0.
[native-inputs]: Remove r-testthat.

Change-Id: I0af77c861d887166c6c3e67ce8e874f28fda9174
This commit is contained in:
Ricardo Wurmus 2025-04-29 18:56:45 +02:00
parent fed5f06902
commit 840e9d74e1
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -21470,13 +21470,13 @@ for manual execution.")
(define-public r-flowai (define-public r-flowai
(package (package
(name "r-flowai") (name "r-flowai")
(version "1.36.0") (version "1.38.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "flowAI" version)) (uri (bioconductor-uri "flowAI" version))
(sha256 (sha256
(base32 (base32
"1g2bjfdrmglxb2b3h3j2d37nq7k4hy2ff3qp5jy1arjrblq45qfm")))) "1w28hcfychhws8s5vkv27zssyvngrsrflnqc12y7f895f3lp72s1"))))
(properties `((upstream-name . "flowAI"))) (properties `((upstream-name . "flowAI")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
@ -21489,7 +21489,7 @@ for manual execution.")
r-reshape2 r-reshape2
r-rmarkdown r-rmarkdown
r-scales)) r-scales))
(native-inputs (list r-knitr r-testthat)) (native-inputs (list r-knitr))
(home-page "https://bioconductor.org/packages/flowAI") (home-page "https://bioconductor.org/packages/flowAI")
(synopsis (synopsis
"Automatic and interactive quality control for flow cytometry data") "Automatic and interactive quality control for flow cytometry data")