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