mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: r-beachmat: Update to 2.8.0.
* gnu/packages/bioconductor.scm (r-beachmat): Update to 2.8.0. [propagated-inputs]: Add r-rcpp.
This commit is contained in:
parent
dbb929bf4a
commit
370d020e88
1 changed files with 4 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue