mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-phyloseq: Update to 1.46.0.
* gnu/packages/bioconductor.scm (r-phyloseq): Update to 1.46.0. Change-Id: Id11b5e913529ac8efce0d046168f4a9dbe0dbabd
This commit is contained in:
parent
1c3e8ab395
commit
c82c9c8090
1 changed files with 2 additions and 2 deletions
|
@ -23286,13 +23286,13 @@ (define-public r-tximeta
|
|||
(define-public r-phyloseq
|
||||
(package
|
||||
(name "r-phyloseq")
|
||||
(version "1.44.0")
|
||||
(version "1.46.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "phyloseq" version))
|
||||
(sha256
|
||||
(base32 "0rmv8f1m8ck97v991wdly3fma2rjczhi974lh7ikwx6rcx6fp9ah"))))
|
||||
(base32 "06gnpjcniqm8i52xh9xl3nn0wm9nn9rkqd3w3fjv7ii142xypjln"))))
|
||||
(properties `((upstream-name . "phyloseq")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue