me
/
guix
Archived
1
0
Fork 0

gnu: r-beachmat: Update to 2.6.4.

* gnu/packages/bioconductor.scm (r-beachmat): Update to 2.6.4.
master
Ricardo Wurmus 2021-02-11 21:31:17 +01:00
parent a1357422c3
commit 79d51ffeca
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8853,14 +8853,14 @@ packages.")
(define-public r-beachmat
(package
(name "r-beachmat")
(version "2.6.2")
(version "2.6.4")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "beachmat" version))
(sha256
(base32
"1yxm5andf4hsxxsmwrn5vl79707yfqkhzzajq6fvhsmaad3f97n7"))))
"0vbqdkc52j2v1ghygmhy2cbgqm4l99vmv8930wkzkq1pm73pmjji"))))
(build-system r-build-system)
(propagated-inputs
`(("r-biocgenerics" ,r-biocgenerics)