me
/
guix
Archived
1
0
Fork 0

gnu: r-cytoml: Update to 2.10.0.

* gnu/packages/bioconductor.scm (r-cytoml): Update to 2.10.0.
master
zimoun 2022-11-17 03:50:25 +01:00 committed by Ricardo Wurmus
parent 522e1136b6
commit 90be8abee6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -13121,14 +13121,14 @@ sequential way to mimic the manual gating strategy.")
(define-public r-cytoml
(package
(name "r-cytoml")
(version "2.8.1")
(version "2.10.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "CytoML" version))
(sha256
(base32
"01yzdljpyq92bv318b5qs29f190226zwbqjnckvxmbb0k8m7s5hw"))))
"105vdmwwglknwk7x7cb6b2jf6bngbxsly0ymjf8175p2lfv98jsa"))))
(properties `((upstream-name . "CytoML")))
(build-system r-build-system)
(inputs