diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-07 13:07:28 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-05-08 12:53:41 +0200 |
commit | aebf218eb7868c2399bfc2d2221affd4e6875c4f (patch) | |
tree | 617621b3352c0a7f5312a8d7dcca736e2be0ba28 | |
parent | 23535051f455c9e2d571bd024c28a1e9d41ec443 (diff) | |
download | guix-aebf218eb7868c2399bfc2d2221affd4e6875c4f.tar.gz guix-aebf218eb7868c2399bfc2d2221affd4e6875c4f.zip |
gnu: r-phyloseq: Update to 1.48.0.
* gnu/packages/bioconductor.scm (r-phyloseq): Update to 1.48.0.
Change-Id: I6e9204c00ab56f6d1441ab15a01d9680de368e9e
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 34f72d9c40..65cc1937a3 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -25056,13 +25056,13 @@ reproducibility.") (define-public r-phyloseq (package (name "r-phyloseq") - (version "1.46.0") + (version "1.48.0") (source (origin (method url-fetch) (uri (bioconductor-uri "phyloseq" version)) (sha256 - (base32 "06gnpjcniqm8i52xh9xl3nn0wm9nn9rkqd3w3fjv7ii142xypjln")))) + (base32 "0a8q4wcqcxs7933bxg9bg03ps6hnybvcpqmlpz1pjy3affzghcbi")))) (properties `((upstream-name . "phyloseq"))) (build-system r-build-system) (propagated-inputs |