mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: r-bacon: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-bacon): Update to 1.12.0.
This commit is contained in:
parent
b7ddf0f048
commit
e33c25ff2c
1 changed files with 2 additions and 2 deletions
|
@ -3263,14 +3263,14 @@ (define-public r-abseqr
|
||||||
(define-public r-bacon
|
(define-public r-bacon
|
||||||
(package
|
(package
|
||||||
(name "r-bacon")
|
(name "r-bacon")
|
||||||
(version "1.10.1")
|
(version "1.12.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
|
||||||
"1pd3p1cfggiy08458vplsy3s1zm5jqqcwrv4fks8ra2kf97j38df"))))
|
"1p6h348kwbsan6dwviclwxx02jcdmf580g5f95w2sgn4jnfv7q1q"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-biocparallel" ,r-biocparallel)
|
`(("r-biocparallel" ,r-biocparallel)
|
||||||
|
|
Loading…
Reference in a new issue