me
/
guix
Archived
1
0
Fork 0

gnu: r-phyloseq: Update to 1.46.0.

* gnu/packages/bioconductor.scm (r-phyloseq): Update to 1.46.0.

Change-Id: Id11b5e913529ac8efce0d046168f4a9dbe0dbabd
master
Ricardo Wurmus 2023-11-03 17:19:15 +01:00
parent 1c3e8ab395
commit c82c9c8090
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -23286,13 +23286,13 @@ reproducibility.")
(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