diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-02-18 21:52:25 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-02-19 09:53:05 +0100 |
commit | 59b2864d6c46405e04bed0ec8ae765096a30608e (patch) | |
tree | 3a65bd16d1fc4b535bfb929bced59ab2017c7e1c | |
parent | d578278e35a40c9b0c977cda6f12579f8cb761f6 (diff) | |
download | patches-59b2864d6c46405e04bed0ec8ae765096a30608e.tar patches-59b2864d6c46405e04bed0ec8ae765096a30608e.tar.gz |
gnu: r-scater: Update to 1.6.3.
* gnu/packages/bioinformatics.scm (r-scater): Update to 1.6.3.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index fb1b23d6c2..93a4f128e1 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -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) |