mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -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
|
(define-public r-bacon
|
||||||
(package
|
(package
|
||||||
(name "r-bacon")
|
(name "r-bacon")
|
||||||
(version "1.28.0")
|
(version "1.30.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
|
||||||
"1h2yh85c6d4j2abdh5l7m6zcxh9i5xzrwwjkwas4nfs48h74z293"))))
|
"065b4xf5i1bx08494nm3r497bs47s5vf99l2g37nlpvxf7pypvrz"))))
|
||||||
(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…
Reference in a new issue