~ruther/guix-local

92e98c7fff0af544c90e99c294a12a3a07905bbd — Ricardo Wurmus 6 months ago becb321
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
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/bioconductor.scm
M gnu/packages/bioconductor.scm => gnu/packages/bioconductor.scm +3 -3
@@ 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