me
/
guix
Archived
1
0
Fork 0

gnu: r-bacon: Update to 1.24.0.

* gnu/packages/bioconductor.scm (r-bacon): Update to 1.24.0.
master
Ricardo Wurmus 2022-05-28 12:45:00 +02:00
parent 83b5c68b44
commit 9dba02ad15
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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