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

commit 86b07633a705d28100601835ff7c482f6d6e4917
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue Nov 25 13:48:11 2025 +0100

    gnu: r-shortread: Update to 1.68.0.
    
    * gnu/packages/bioconductor.scm (r-shortread): Update to 1.68.0.
    [propagated-inputs]: Remove r-genomeinfodb; add r-seqinfo.
    
    Change-Id: I919edcee8379c9eae5af0e5f777fdbf6834b0ca4
---
 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 8bffcd41b3..b62e7c123f 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -13903,14 +13903,14 @@ methylation array data.  Both the 450k and EPIC array 
are supported.")
 (define-public r-shortread
   (package
     (name "r-shortread")
-    (version "1.66.0")
+    (version "1.68.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ShortRead" version))
        (sha256
         (base32
-         "1f3wnzdcd05aqxiz61lzhsbaigkpk3kgsvcjk97vgacagl925v3p"))))
+         "16vjfqsj5mjzq8sh8px6qkcq6d9r95vnp77cgqxm80gqrqny9bj2"))))
     (properties
      '((upstream-name . "ShortRead")
        (updater-ignored-native-inputs . ("r-hilbertvis"))))
@@ -13921,7 +13921,6 @@ methylation array data.  Both the 450k and EPIC array 
are supported.")
            r-biocgenerics
            r-biocparallel
            r-biostrings
-           r-genomeinfodb
            r-genomicalignments
            r-genomicranges
            r-hwriter
@@ -13932,6 +13931,7 @@ methylation array data.  Both the 450k and EPIC array 
are supported.")
            r-rhtslib
            r-rsamtools
            r-s4vectors
+           r-seqinfo
            r-xvector))
     (native-inputs (list r-knitr r-runit))
     (home-page "https://bioconductor.org/packages/ShortRead";)

Reply via email to