mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: r-flowstats: Update to 4.2.0.
* gnu/packages/bioconductor.scm (r-flowstats): Update to 4.2.0.
This commit is contained in:
parent
1b347814f8
commit
fd11c7b80f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue