gnu: r-rbgl: Update to 1.84.0.

* gnu/packages/bioconductor.scm (r-rbgl): Update to 1.84.0.
[native-inputs]: Add r-biocgenerics.

Change-Id: Idfdafc142fa0e3fc341118a2eeb0dc239e717499
This commit is contained in:
Ricardo Wurmus 2025-04-29 18:55:53 +02:00
parent 074537fce0
commit feb97cb7df
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -12410,19 +12410,19 @@ matrix for a set of strings.")
(define-public r-rbgl (define-public r-rbgl
(package (package
(name "r-rbgl") (name "r-rbgl")
(version "1.82.0") (version "1.84.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "RBGL" version)) (uri (bioconductor-uri "RBGL" version))
(sha256 (sha256
(base32 (base32
"04sy7kgsjvwlzr6r3lnyrk6l7d9jqfqqzlfcs0b90ciq8gldxlw8")))) "0mp3xk2v7kf5c2pil6rjdz6s5adla9xrgk008hyj331gpgh6rq22"))))
(properties `((upstream-name . "RBGL"))) (properties `((upstream-name . "RBGL")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-bh r-graph)) (list r-bh r-graph))
(native-inputs (list r-knitr r-runit)) (native-inputs (list r-biocgenerics r-knitr r-runit))
(home-page "https://www.bioconductor.org/packages/RBGL") (home-page "https://www.bioconductor.org/packages/RBGL")
(synopsis "Interface to the Boost graph library") (synopsis "Interface to the Boost graph library")
(description (description