me
/
guix
Archived
1
0
Fork 0

gnu: r-bacon: Update to 1.22.0.

* gnu/packages/bioconductor.scm (r-bacon): Update to 1.22.0.
master
Ricardo Wurmus 2021-11-04 22:04:24 +00:00
parent 6b27532fea
commit 4f6f03fd6e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7861,14 +7861,14 @@ further downstream analysis on its output.")
(define-public r-bacon
(package
(name "r-bacon")
(version "1.20.0")
(version "1.22.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "bacon" version))
(sha256
(base32
"1yp0675n1g8rxdjdd7w8al5c9jq96h0kfm8218mc50z0p2fasgbj"))))
"13dhma34j9ggryainn4x6qvd3hphpxks5gf0mysia00r9hhpwwlc"))))
(build-system r-build-system)
(propagated-inputs
`(("r-biocparallel" ,r-biocparallel)