~ruther/guix-local

59b2864d6c46405e04bed0ec8ae765096a30608e — Ricardo Wurmus 8 years ago d578278
gnu: r-scater: Update to 1.6.3.

* gnu/packages/bioinformatics.scm (r-scater): Update to 1.6.3.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +2 -2
@@ 10544,13 10544,13 @@ libraries.")
(define-public r-scater
  (package
    (name "r-scater")
    (version "1.6.2")
    (version "1.6.3")
    (source (origin
              (method url-fetch)
              (uri (bioconductor-uri "scater" version))
              (sha256
               (base32
                "0fp68n0xnbf90wrprqawsbilg9x7v2scp0dxb3936g20025csrdd"))))
                "0q3s96gf8saa1dq2fvmpl0jyj7bx3wrdfck3hanb8pxkcir2p7dn"))))
    (build-system r-build-system)
    (propagated-inputs
     `(("r-beachmat" ,r-beachmat)