diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-07 13:06:50 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-05-08 12:53:31 +0200 |
commit | 37ec72581f211687ddd22b4263a60774342740cd (patch) | |
tree | 3095cee255115e8c8cf8b16d65721ab9aec8a864 | |
parent | 6040bcf1d55a6f5414c79a78f1fb545ae6f849eb (diff) |
gnu: r-microbiome: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-microbiome): Update to 1.26.0.
Change-Id: I8ff4db42954af3dbf118f58838cae12c54998fa5
-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 0310d9a8df..bca5733815 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -15408,13 +15408,13 @@ summarization.") (define-public r-microbiome (package (name "r-microbiome") - (version "1.24.0") + (version "1.26.0") (source (origin (method url-fetch) (uri (bioconductor-uri "microbiome" version)) (sha256 (base32 - "0xmkwf7v89nwlpjrzqxv87lbsn6za99v7f0yxkgzfk5n6fadrf05")))) + "1azxfydcrxi46j6lykspzchwcj0dpghjia7vfb2bppz9gh8nvk37")))) (properties `((upstream-name . "microbiome"))) (build-system r-build-system) (propagated-inputs |