1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-01 00:44:03 +02:00

gnu: r-flowmeans: Update to 1.72.0.

* gnu/packages/bioconductor.scm (r-flowmeans): Update to 1.72.0.

Change-Id: If182f009f4a8045f76130efd8a97044d5a8c395d
This commit is contained in:
Ricardo Wurmus
2026-05-01 22:16:06 +02:00
parent da22aaf4c6
commit df87abe05e
+2 -2
View File
@@ -22295,14 +22295,14 @@ with flow cytometry data.")
(define-public r-flowmeans
(package
(name "r-flowmeans")
(version "1.70.0")
(version "1.72.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "flowMeans" version))
(sha256
(base32
"0q2pnfadn8f4hhn2qd7yqrdl9hkjmcqizm5wjjybrhxq1g8sb15d"))))
"0pdkksrqvnjk22kr2zplnicwqikm2yjg3alxvajpa7j5an2shfri"))))
(properties `((upstream-name . "flowMeans")))
(build-system r-build-system)
(propagated-inputs