3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-flowsom: Update to 2.4.0.

* gnu/packages/bioconductor.scm (r-flowsom): Update to 2.4.0.
This commit is contained in:
Ricardo Wurmus 2022-05-28 12:45:10 +02:00
parent 74abd80a3f
commit 2b9201ae8a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11265,14 +11265,14 @@ standard to exchange gated cytometry data with other software platforms.")
(define-public r-flowsom
(package
(name "r-flowsom")
(version "2.2.0")
(version "2.4.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "FlowSOM" version))
(sha256
(base32
"062xrv8li2z849qa8mv5dhafqli6ziz099ikjfvi7v2fr7174p8f"))))
"0balsds5mm981cqamdjv3ndq1y9arharisd6f2lrpkzgvwawa645"))))
(properties `((upstream-name . "FlowSOM")))
(build-system r-build-system)
(propagated-inputs