guix_mirror_bot pushed a commit to branch r-team
in repository guix.

commit 290251c2dbfbb48c33eb3dcfef8e214d58f9bfe4
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sun Feb 15 08:57:51 2026 +0100

    gnu: r-ggpicrust2: Update to 2.5.10.
    
    * gnu/packages/bioconductor.scm (r-ggpicrust2): Update to 2.5.10.
    [properties]: Record updater-extra-native-inputs.
    [native-inputs]: Remove r-devtools, r-ggvenndiagram, r-mockery, and 
r-upsetr;
    add r-aldex2, r-ggally, r-knitr, and r-limma.
    
    Change-Id: I8c674943eba6559c0b4a2364445fc63e2b7d6828
---
 gnu/packages/bioconductor.scm | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 3856127ff4..f315d3f631 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -16051,14 +16051,17 @@ rectangular layout tree built by ggtree with the 
grammar of ggplot2.")
 (define-public r-ggpicrust2
   (package
     (name "r-ggpicrust2")
-    (version "2.5.2")
+    (version "2.5.10")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "ggpicrust2" version))
               (sha256
                (base32
-                "09cvv2ipxycq983rh9p2gdbahbgxknd7hxcxb6psvqcfx0paj0jg"))))
-    (properties `((upstream-name . "ggpicrust2")))
+                "19s72cfim793xx7d77ni2cb51qnsjabxq056zmdbladhkw9ipcck"))))
+    (properties
+     '((upstream-name . "ggpicrust2")
+       (updater-extra-native-inputs
+        . ("r-aldex2" "r-fgsea" "r-ggally" "r-limma"))))
     (build-system r-build-system)
     (propagated-inputs (list r-aplot
                              r-dplyr
@@ -16074,12 +16077,8 @@ rectangular layout tree built by ggtree with the 
grammar of ggplot2.")
                              r-tibble
                              r-tidygraph
                              r-tidyr))
-    (native-inputs (list r-devtools
-                         r-fgsea
-                         r-ggvenndiagram
-                         r-mockery
-                         r-testthat
-                         r-upsetr))
+    (native-inputs
+     (list r-aldex2 r-fgsea r-ggally r-knitr r-limma r-testthat))
     (home-page "https://github.com/cafferychen777/ggpicrust2";)
     (synopsis "Make PICRUSt2 output analysis and visualization easier")
     (description

Reply via email to