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

commit 31eac7d9764ffdb9ac9fca5514aeff213636c6fc
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue Nov 25 13:49:53 2025 +0100

    gnu: r-icobra: Update to 1.38.0.
    
    * gnu/packages/bioconductor.scm (r-icobra): Update to 1.38.0.
    [propagated-inputs]: Remove r-markdown.
    
    Change-Id: Iac12adefa6ca38c33980d190b35c7aa1ca74bb2b
---
 gnu/packages/bioconductor.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 36340e581e..886097b456 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -17723,14 +17723,14 @@ independent of the p-value under the null 
hypothesis.")
 (define-public r-icobra
   (package
     (name "r-icobra")
-    (version "1.36.0")
+    (version "1.38.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "iCOBRA" version))
        (sha256
         (base32
-         "1dwrsjapgwh7q7q5qmy8k1iq5v5m2d3bz40jvnk7hqnm404qgzgf"))))
+         "0fyls8ckgbkh71ik9m475nlf51p1giby6d5qrrjjzg59bwhbksjm"))))
     (properties `((upstream-name . "iCOBRA")))
     (build-system r-build-system)
     (propagated-inputs
@@ -17738,7 +17738,6 @@ independent of the p-value under the null hypothesis.")
            r-dt
            r-ggplot2
            r-limma
-           r-markdown
            r-reshape2
            r-rlang
            r-rocr

Reply via email to