mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-bacon: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-bacon): Update to 1.26.0.
This commit is contained in:
parent
e09f43a15d
commit
621c91564d
1 changed files with 2 additions and 2 deletions
|
@ -10899,14 +10899,14 @@ further downstream analysis on its output.")
|
||||||
(define-public r-bacon
|
(define-public r-bacon
|
||||||
(package
|
(package
|
||||||
(name "r-bacon")
|
(name "r-bacon")
|
||||||
(version "1.24.0")
|
(version "1.26.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "bacon" version))
|
(uri (bioconductor-uri "bacon" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zvcxdj3r892898ik5gq3jdbfig1438qws4bwd465ik8vi7g39v8"))))
|
"1v5kvvbc5fwvs84d2aq6gq6f6z0l68n7626gcnc8mh3sc27lxz53"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-biocparallel r-ellipse r-ggplot2))
|
(list r-biocparallel r-ellipse r-ggplot2))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue