mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: r-beachmat: Update to 2.10.0.
* gnu/packages/bioconductor.scm (r-beachmat): Update to 2.10.0.
This commit is contained in:
parent
29111142d1
commit
756f5411a9
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue