From 92e98c7fff0af544c90e99c294a12a3a07905bbd Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 25 Nov 2025 13:50:00 +0100 Subject: [PATCH] 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 a1b789d76ab8d94f794b1e7f9acc8fd8b37e05a5..6886caa5b7a8b98bb1525f8f2f01cac9e2f69c8c 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