rekado pushed a commit to branch master
in repository guix.
commit 370d020e8831c703c1731d19da81216389f16cb9
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Jun 5 08:50:13 2021 +0200
gnu: r-beachmat: Update to 2.8.0.
* gnu/packages/bioconductor.scm (r-beachmat): Update to 2.8.0.
[propagated-inputs]: Add r-rcpp.
---
gnu/packages/bioconductor.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 6cfc146..2e2ad4a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -12290,19 +12290,20 @@ packages.")
(define-public r-beachmat
(package
(name "r-beachmat")
- (version "2.6.4")
+ (version "2.8.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "beachmat" version))
(sha256
(base32
- "0vbqdkc52j2v1ghygmhy2cbgqm4l99vmv8930wkzkq1pm73pmjji"))))
+ "16p6shab4y8sy1adn4qr05ysvwmvs9idliccixafvx9icv5sla86"))))
(build-system r-build-system)
(propagated-inputs
`(("r-biocgenerics" ,r-biocgenerics)
("r-delayedarray" ,r-delayedarray)
- ("r-matrix" ,r-matrix)))
+ ("r-matrix" ,r-matrix)
+ ("r-rcpp" ,r-rcpp)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://bioconductor.org/packages/beachmat")