mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 14:26:13 +01:00
gnu: r-beachmat: Update to 2.0.0.
* gnu/packages/bioinformatics.scm (r-beachmat): Update to 2.0.0. [inputs]: Remove hdf5 and zlib. [propagated-inputs]: Rmeove r-hdf5array, r-rcpp, r-rhdf5, and r-rhdf5lib.
This commit is contained in:
parent
029cefdd90
commit
583b4fd6e3
1 changed files with 3 additions and 10 deletions
|
@ -10514,25 +10514,18 @@ packages.")
|
||||||
(define-public r-beachmat
|
(define-public r-beachmat
|
||||||
(package
|
(package
|
||||||
(name "r-beachmat")
|
(name "r-beachmat")
|
||||||
(version "1.4.0")
|
(version "2.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "beachmat" version))
|
(uri (bioconductor-uri "beachmat" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07zgmms0qg8gw7x0js46965bbhpfj2aa1h5ixdz9r332bxv9cdmr"))))
|
"14cz19fw97s8mhm9r2n5li44vckx069k8nqsyy64c3lkfm4vy4zx"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
|
||||||
`(("hdf5" ,hdf5)
|
|
||||||
("zlib" ,zlib)))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-biocgenerics" ,r-biocgenerics)
|
`(("r-biocgenerics" ,r-biocgenerics)
|
||||||
("r-delayedarray" ,r-delayedarray)
|
("r-delayedarray" ,r-delayedarray)))
|
||||||
("r-hdf5array" ,r-hdf5array)
|
|
||||||
("r-rcpp" ,r-rcpp)
|
|
||||||
("r-rhdf5" ,r-rhdf5)
|
|
||||||
("r-rhdf5lib" ,r-rhdf5lib)))
|
|
||||||
(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…
Add table
Reference in a new issue