mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: r-bacon: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-bacon): Update to 1.22.0.
This commit is contained in:
parent
6b27532fea
commit
4f6f03fd6e
1 changed files with 2 additions and 2 deletions
|
@ -7861,14 +7861,14 @@ further downstream analysis on its output.")
|
|||
(define-public r-bacon
|
||||
(package
|
||||
(name "r-bacon")
|
||||
(version "1.20.0")
|
||||
(version "1.22.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "bacon" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1yp0675n1g8rxdjdd7w8al5c9jq96h0kfm8218mc50z0p2fasgbj"))))
|
||||
"13dhma34j9ggryainn4x6qvd3hphpxks5gf0mysia00r9hhpwwlc"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-biocparallel" ,r-biocparallel)
|
||||
|
|
Loading…
Reference in a new issue