mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: r-microbiome: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-microbiome): Update to 1.24.0. Change-Id: Ifca782fec5346f00a866daaaf10760a962e5a36e
This commit is contained in:
parent
c192f994c4
commit
a997efca8c
1 changed files with 2 additions and 2 deletions
|
@ -14011,13 +14011,13 @@ (define-public r-mia
|
|||
(define-public r-microbiome
|
||||
(package
|
||||
(name "r-microbiome")
|
||||
(version "1.22.0")
|
||||
(version "1.24.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "microbiome" version))
|
||||
(sha256
|
||||
(base32
|
||||
"120wyjv2r9cbjgxbp70nzf249hai8cqn59gcbgwnazynfy5ih1w8"))))
|
||||
"0xmkwf7v89nwlpjrzqxv87lbsn6za99v7f0yxkgzfk5n6fadrf05"))))
|
||||
(properties `((upstream-name . "microbiome")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue