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

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

    gnu: r-helloranges: Update to 1.36.0.
    
    * gnu/packages/bioconductor.scm (r-helloranges): Update to 1.36.0.
    [propagated-inputs]: Remove r-genomeinfodb; add r-seqinfo.
    
    Change-Id: Ib79e4a8f640e631b794328603e051873632179aa
---
 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 01a10e662f..73e28da7b8 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -19153,13 +19153,13 @@ information about samples and features can be added 
to the plot.")
 (define-public r-helloranges
   (package
     (name "r-helloranges")
-    (version "1.34.0")
+    (version "1.36.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "HelloRanges" version))
        (sha256
-        (base32 "1ihjcwrxsbfd0sv9fdk21vszi9wjw61fycqjxv276a7i1s9r0k37"))))
+        (base32 "1az2pvxi9jnbsjk9xva85mbwq95h0wpsp3w9a3cylwwjwmflrg4n"))))
     (properties
      '((upstream-name . "HelloRanges")
        (updater-extra-native-inputs . ("r-biocstyle" "r-runit"))))
@@ -19171,7 +19171,6 @@ information about samples and features can be added to 
the plot.")
                              r-biostrings
                              r-bsgenome
                              r-docopt
-                             r-genomeinfodb
                              r-genomicalignments
                              r-genomicfeatures
                              r-genomicranges
@@ -19179,6 +19178,7 @@ information about samples and features can be added to 
the plot.")
                              r-rsamtools
                              r-rtracklayer
                              r-s4vectors
+                             r-seqinfo
                              r-summarizedexperiment
                              r-variantannotation))
     (native-inputs

Reply via email to