me
/
guix
Archived
1
0
Fork 0

gnu: r-flowstats: Update to 4.2.0.

* gnu/packages/bioconductor.scm (r-flowstats): Update to 4.2.0.
master
zimoun 2020-10-30 15:54:20 +01:00 committed by Ricardo Wurmus
parent 1b347814f8
commit fd11c7b80f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6287,14 +6287,14 @@ matches the flowJo analysis.")
(define-public r-flowstats
(package
(name "r-flowstats")
(version "4.0.0")
(version "4.2.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "flowStats" version))
(sha256
(base32
"1ygvxvd7y6jp907y0h3hycdwvw1fch16w84g06nk4f4g4kvrzdir"))))
"1i6nrwc55k4bn4qprgs6npy7wf8537m429yncqsygsv47z21ix6x"))))
(properties `((upstream-name . "flowStats")))
(build-system r-build-system)
(propagated-inputs