diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-12-15 15:01:53 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-12-15 15:38:57 +0100 |
commit | 8804e4b48e925c4f22bd2fa5b9e8a2b141274eea (patch) | |
tree | 075a49c42ef1108b30693f841200b3aa1df8b461 | |
parent | 376f2f35b60d1a187e63811631367e21be9240ec (diff) |
gnu: r-beachmat: Update to 2.2.1.
* gnu/packages/bioinformatics.scm (r-beachmat): Update to 2.2.1.
[propagated-inputs]: Add r-matrix.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index dc15aa75a8..95967fdff2 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -10558,18 +10558,19 @@ packages.") (define-public r-beachmat (package (name "r-beachmat") - (version "2.0.0") + (version "2.2.1") (source (origin (method url-fetch) (uri (bioconductor-uri "beachmat" version)) (sha256 (base32 - "14cz19fw97s8mhm9r2n5li44vckx069k8nqsyy64c3lkfm4vy4zx")))) + "1bpnlw2kdy9yc2vq948k980r0j25ipb80llhvn0j3kxjiwyfgs3i")))) (build-system r-build-system) (propagated-inputs `(("r-biocgenerics" ,r-biocgenerics) - ("r-delayedarray" ,r-delayedarray))) + ("r-delayedarray" ,r-delayedarray) + ("r-matrix" ,r-matrix))) (home-page "https://bioconductor.org/packages/beachmat") (synopsis "Compiling Bioconductor to handle each matrix type") (description "This package provides a consistent C++ class interface for a |