mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-beachmat: Update to 2.12.0.
* gnu/packages/bioconductor.scm (r-beachmat): Update to 2.12.0.
This commit is contained in:
parent
3db60a25a7
commit
18fd5759c7
1 changed files with 2 additions and 2 deletions
|
@ -13862,14 +13862,14 @@ (define-public r-rhdf5lib
|
|||
(define-public r-beachmat
|
||||
(package
|
||||
(name "r-beachmat")
|
||||
(version "2.10.0")
|
||||
(version "2.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "beachmat" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1l8c9q35mf90ckb366bcfqa0v2gw7ahs2h362j7cwv8fp39h4mpb"))))
|
||||
"0fc6vvjjq1mfjfj2zqkap3rwvinnfqjs0cpk1447sspvd1rjya8c"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-biocgenerics r-delayedarray r-matrix r-rcpp))
|
||||
|
|
Loading…
Reference in a new issue