me
/
guix
Archived
1
0
Fork 0

gnu: r-beachmat: Update to 2.14.0.

* gnu/packages/bioconductor.scm (r-beachmat): Update to 2.14.0.
master
zimoun 2022-11-17 03:50:30 +01:00 committed by Ricardo Wurmus
parent 2a5fb31db9
commit 6dfa3f50b9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -15892,14 +15892,14 @@ packages.")
(define-public r-beachmat
(package
(name "r-beachmat")
(version "2.12.0")
(version "2.14.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "beachmat" version))
(sha256
(base32
"0fc6vvjjq1mfjfj2zqkap3rwvinnfqjs0cpk1447sspvd1rjya8c"))))
"0sa1wh997jfiz2y0dr7v12b7pvlf7icgv6arlyqy57winbnqa96m"))))
(build-system r-build-system)
(propagated-inputs
(list r-biocgenerics r-delayedarray r-matrix r-rcpp))