gnu: r-biocviews: Update to 1.76.0.

* gnu/packages/bioconductor.scm (r-biocviews): Update to 1.76.0.
[native-inputs]: Remove r-runit; add r-biocgenerics.

Change-Id: I63177855b4e85b7f3cf3feb877a53fe07a160617
This commit is contained in:
Ricardo Wurmus 2025-04-29 21:04:32 +02:00
parent 09b5b697c6
commit 034778b564
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -24143,13 +24143,13 @@ functionality.")
(define-public r-biocviews (define-public r-biocviews
(package (package
(name "r-biocviews") (name "r-biocviews")
(version "1.74.0") (version "1.76.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "biocViews" version)) (uri (bioconductor-uri "biocViews" version))
(sha256 (sha256
(base32 (base32
"0y1i7sl76kczmkynb2lyd7v6mmz4gfp3j1qp4w4swn221q5p1cjr")))) "1572jbg29lvnn1gan47mfqj7fn33hv9fw1bdvprjfmabq9n2cv9r"))))
(properties (properties
`((upstream-name . "biocViews"))) `((upstream-name . "biocViews")))
(build-system r-build-system) (build-system r-build-system)
@ -24163,7 +24163,7 @@ functionality.")
r-rcurl r-rcurl
r-runit r-runit
r-xml)) r-xml))
(native-inputs (list r-knitr r-runit)) (native-inputs (list r-biocgenerics r-knitr))
(home-page "https://bioconductor.org/packages/biocViews") (home-page "https://bioconductor.org/packages/biocViews")
(synopsis "Bioconductor package categorization helper") (synopsis "Bioconductor package categorization helper")
(description "The purpose of biocViews is to create HTML pages that (description "The purpose of biocViews is to create HTML pages that