gnu: r-beachmat: Update to 2.10.0.

* gnu/packages/bioconductor.scm (r-beachmat): Update to 2.10.0.
This commit is contained in:
Ricardo Wurmus 2021-11-04 22:04:42 +00:00
parent 29111142d1
commit 756f5411a9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -12652,14 +12652,14 @@ (define-public r-rhdf5lib
(define-public r-beachmat
(package
(name "r-beachmat")
(version "2.8.1")
(version "2.10.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "beachmat" version))
(sha256
(base32
"06bpfpddsl49csxrs8hlx5pv0absc2wdcparchf8qqaqydazwci2"))))
"1l8c9q35mf90ckb366bcfqa0v2gw7ahs2h362j7cwv8fp39h4mpb"))))
(build-system r-build-system)
(propagated-inputs
`(("r-biocgenerics" ,r-biocgenerics)