mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-bacon: Update to 1.30.0.
* gnu/packages/bioconductor.scm (r-bacon): Update to 1.30.0. Change-Id: I31555dc9dc0502224543902c7b6eb364b9ce7b90
This commit is contained in:
parent
0282bb3aa6
commit
d9ba7e918e
1 changed files with 2 additions and 2 deletions
|
@ -15314,14 +15314,14 @@ (define-public r-abseqr
|
|||
(define-public r-bacon
|
||||
(package
|
||||
(name "r-bacon")
|
||||
(version "1.28.0")
|
||||
(version "1.30.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "bacon" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1h2yh85c6d4j2abdh5l7m6zcxh9i5xzrwwjkwas4nfs48h74z293"))))
|
||||
"065b4xf5i1bx08494nm3r497bs47s5vf99l2g37nlpvxf7pypvrz"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-biocparallel r-ellipse r-ggplot2))
|
||||
|
|
Loading…
Reference in a new issue