mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
gnu: r-bacon: Update to 1.14.0.
* gnu/packages/bioconductor.scm (r-bacon): Update to 1.14.0.
This commit is contained in:
parent
6dfe5056c9
commit
32b471f4a7
1 changed files with 2 additions and 2 deletions
|
@ -3704,14 +3704,14 @@ (define-public r-abseqr
|
||||||
(define-public r-bacon
|
(define-public r-bacon
|
||||||
(package
|
(package
|
||||||
(name "r-bacon")
|
(name "r-bacon")
|
||||||
(version "1.12.0")
|
(version "1.14.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
|
||||||
"1p6h348kwbsan6dwviclwxx02jcdmf580g5f95w2sgn4jnfv7q1q"))))
|
"1q18vm4znl47v56cnvx9y5ygrial2mdjpl8x1043jq00kyygrc86"))))
|
||||||
(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