mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-bacon: Update to 1.18.0.
* gnu/packages/bioconductor.scm (r-bacon): Update to 1.18.0.
This commit is contained in:
parent
8816139e84
commit
d5dcf1bb4b
1 changed files with 2 additions and 2 deletions
|
@ -4238,14 +4238,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.16.0")
|
(version "1.18.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
|
||||||
"066b9vyp8ivnzm9741mb5z763a7z40ar9m8w31yw84fjiv01v3dl"))))
|
"0cv4zhs075mz8c5gdwhr45v14fb1lyi3rlwjfqyz15dmmnzlxw47"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-biocparallel" ,r-biocparallel)
|
`(("r-biocparallel" ,r-biocparallel)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue