~ruther/guix-local

914d3670ac1318212624d07e7b344a543c4831a5 — Ricardo Wurmus 6 months ago f37e0c6
gnu: r-fcscan: Update to 1.24.0.

* gnu/packages/bioconductor.scm (r-fcscan): Update to 1.24.0.

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

M gnu/packages/bioconductor.scm
M gnu/packages/bioconductor.scm => gnu/packages/bioconductor.scm +2 -2
@@ 19298,13 19298,13 @@ that protein levels remain constant despite fluctuating total mRNA levels.")
(define-public r-fcscan
  (package
    (name "r-fcscan")
    (version "1.22.0")
    (version "1.24.0")
    (source
     (origin
       (method url-fetch)
       (uri (bioconductor-uri "fcScan" version))
       (sha256
        (base32 "1sby20vm6pkrq3wwk9yhkp488w5m79mfdn0bbwnqfhlqhjacvpiy"))))
        (base32 "0w4g65qcaxy8x30r1f638dm69kslxab2gy761ggvb8if5r7631sb"))))
    (properties `((upstream-name . "fcScan")))
    (build-system r-build-system)
    (propagated-inputs