~ruther/guix-local

f4b7a09969f51703f8825efcb439f01f9cfe23c8 — Ricardo Wurmus 4 months ago 5c06e63
gnu: r-flowstats: Update to 4.22.0.

* gnu/packages/bioconductor.scm (r-flowstats): Update to 4.22.0.

Change-Id: Ib8c572ec458f4fa7af68045fa6007f6fec77a8b6
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/bioconductor.scm
M gnu/packages/bioconductor.scm => gnu/packages/bioconductor.scm +2 -2
@@ 22306,14 22306,14 @@ matches the flowJo analysis.")
(define-public r-flowstats
  (package
    (name "r-flowstats")
    (version "4.20.0")
    (version "4.22.0")
    (source
     (origin
       (method url-fetch)
       (uri (bioconductor-uri "flowStats" version))
       (sha256
        (base32
         "1dm5aqycdabw3q2pxvpwf1hhzsplyx4b9xw1pgc2h0wk2fvdr2qc"))))
         "0hf1y1bgvvnr3g8zj246pzyrl5p5811m509dvwd1jmzqri129fcl"))))
    (properties `((upstream-name . "flowStats")))
    (build-system r-build-system)
    (propagated-inputs