mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-beachmat: Update to 2.2.1.
* gnu/packages/bioinformatics.scm (r-beachmat): Update to 2.2.1. [propagated-inputs]: Add r-matrix.
This commit is contained in:
parent
376f2f35b6
commit
8804e4b48e
1 changed files with 4 additions and 3 deletions
|
@ -10558,18 +10558,19 @@ (define-public r-rhdf5lib
|
||||||
(define-public r-beachmat
|
(define-public r-beachmat
|
||||||
(package
|
(package
|
||||||
(name "r-beachmat")
|
(name "r-beachmat")
|
||||||
(version "2.0.0")
|
(version "2.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "beachmat" version))
|
(uri (bioconductor-uri "beachmat" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14cz19fw97s8mhm9r2n5li44vckx069k8nqsyy64c3lkfm4vy4zx"))))
|
"1bpnlw2kdy9yc2vq948k980r0j25ipb80llhvn0j3kxjiwyfgs3i"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-biocgenerics" ,r-biocgenerics)
|
`(("r-biocgenerics" ,r-biocgenerics)
|
||||||
("r-delayedarray" ,r-delayedarray)))
|
("r-delayedarray" ,r-delayedarray)
|
||||||
|
("r-matrix" ,r-matrix)))
|
||||||
(home-page "https://bioconductor.org/packages/beachmat")
|
(home-page "https://bioconductor.org/packages/beachmat")
|
||||||
(synopsis "Compiling Bioconductor to handle each matrix type")
|
(synopsis "Compiling Bioconductor to handle each matrix type")
|
||||||
(description "This package provides a consistent C++ class interface for a
|
(description "This package provides a consistent C++ class interface for a
|
||||||
|
|
Loading…
Reference in a new issue