mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 06:20:18 +01:00
gnu: r-beachmat: Update to 1.4.0.
* gnu/packages/bioinformatics.scm (r-beachmat): Update to 1.4.0. [propagated-inputs]: Add r-biocgenerics.
This commit is contained in:
parent
edb91244c3
commit
3c833608f3
1 changed files with 4 additions and 3 deletions
|
@ -10903,20 +10903,21 @@ packages.")
|
||||||
(define-public r-beachmat
|
(define-public r-beachmat
|
||||||
(package
|
(package
|
||||||
(name "r-beachmat")
|
(name "r-beachmat")
|
||||||
(version "1.2.1")
|
(version "1.4.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
|
||||||
"1w90v0jx1zgrfxzx99gdkk0dz2vi25hr51jml1bvq33i64rj7996"))))
|
"07zgmms0qg8gw7x0js46965bbhpfj2aa1h5ixdz9r332bxv9cdmr"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("hdf5" ,hdf5)
|
`(("hdf5" ,hdf5)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-delayedarray" ,r-delayedarray)
|
`(("r-biocgenerics" ,r-biocgenerics)
|
||||||
|
("r-delayedarray" ,r-delayedarray)
|
||||||
("r-hdf5array" ,r-hdf5array)
|
("r-hdf5array" ,r-hdf5array)
|
||||||
("r-rcpp" ,r-rcpp)
|
("r-rcpp" ,r-rcpp)
|
||||||
("r-rhdf5" ,r-rhdf5)
|
("r-rhdf5" ,r-rhdf5)
|
||||||
|
|
Loading…
Add table
Reference in a new issue