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

commit f348e47934c312cb0fa0defc2fccde29e71b05e3
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue Nov 25 13:50:38 2025 +0100

    gnu: r-motifmatchr: Update to 1.32.0.
    
    * gnu/packages/bioconductor.scm (r-motifmatchr): Update to 1.32.0.
    [propagated-inputs]: Remove r-genomeinfodb; add r-seqinfo.
    
    Change-Id: If848b711ba7d8807d54a7b2ba9d5adb79a304515
---
 gnu/packages/bioconductor.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 0b92a06bea..519924d084 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -25958,14 +25958,14 @@ customizable visualzations with minimal effort.")
 (define-public r-motifmatchr
   (package
     (name "r-motifmatchr")
-    (version "1.30.0")
+    (version "1.32.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "motifmatchr" version))
        (sha256
         (base32
-         "0j0dx8v856l4bqz0v3n2kj4yvdq4ffkfr5vsh5mwj09vbacjqzgf"))))
+         "16crqy7y6iad4b29mgxisf7gp06snf7bxgkm3y06f66y8faajlyk"))))
     (properties
      '((upstream-name . "motifmatchr")
        (updater-extra-native-inputs . ("r-bsgenome-hsapiens-ucsc-hg19"))))
@@ -25973,7 +25973,6 @@ customizable visualzations with minimal effort.")
     (propagated-inputs
      (list r-biostrings
            r-bsgenome
-           r-genomeinfodb
            r-genomicranges
            r-iranges
            r-matrix
@@ -25981,6 +25980,7 @@ customizable visualzations with minimal effort.")
            r-rcpparmadillo
            r-rsamtools
            r-s4vectors
+           r-seqinfo
            r-summarizedexperiment
            r-tfbstools))
     (native-inputs

Reply via email to