gnu: r-cytoml: Update to 2.18.1.

* gnu/packages/bioconductor.scm (r-cytoml): Update to 2.18.1.

Change-Id: Ie69895308fb3b6daac50e551d43fced22ce70f98
This commit is contained in:
Ricardo Wurmus 2025-02-27 13:01:53 +01:00
parent ec74e56b58
commit 5a316eddfd
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -21518,14 +21518,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 "2.18.0") (version "2.18.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "CytoML" version)) (uri (bioconductor-uri "CytoML" version))
(sha256 (sha256
(base32 (base32
"039rs6l92gjgvgh1nb8hfdg7h6dvak9hb5pjinli8x09iw08c463")))) "05kla1q8296jxxvbgg9chdlcm20i9iqgzwgqdn4by4y3ap8zg318"))))
(properties (properties
`((upstream-name . "CytoML") `((upstream-name . "CytoML")
(updater-extra-native-inputs . ("r-flowworkspacedata")) (updater-extra-native-inputs . ("r-flowworkspacedata"))