me
/
guix
Archived
1
0
Fork 0

gnu: r-flowmeans: Update to 1.64.0.

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

Change-Id: I0b99b3c3ebf292d9e7318a5fe33900be0634ccad
master
Ricardo Wurmus 2024-05-07 13:07:04 +02:00
parent 371f8a8339
commit 45c2302159
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -18767,14 +18767,14 @@ with flow cytometry data.")
(define-public r-flowmeans
(package
(name "r-flowmeans")
(version "1.62.0")
(version "1.64.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "flowMeans" version))
(sha256
(base32
"06n35c5fdkd3l8d5q8a23yslanirwhbf07b4f0zmf9a43zi642bv"))))
"0bkp3q71qj1r2bwfpfriflqklvcqpvh760as7sr489sb18y1xlms"))))
(properties `((upstream-name . "flowMeans")))
(build-system r-build-system)
(propagated-inputs