gnu: r-rbgl: Update to 1.76.0.

* gnu/packages/bioconductor.scm (r-rbgl): Update to 1.76.0.
[native-inputs]: Add r-knitr.
This commit is contained in:
Ricardo Wurmus 2023-04-28 17:59:58 +02:00
parent 70af2c3137
commit bc5d14d246
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8269,18 +8269,19 @@ (define-public r-protgenerics
(define-public r-rbgl
(package
(name "r-rbgl")
(version "1.74.0")
(version "1.76.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "RBGL" version))
(sha256
(base32
"0dccxsynfnhjzjk22hr5kg068zbg33g6kyhlhlhqh78582181j9m"))))
"0y6ghiwraw3whs57i31qnvlvqlbl9143wxv2yg48rp7qxipxvn6s"))))
(properties `((upstream-name . "RBGL")))
(build-system r-build-system)
(propagated-inputs
(list r-bh r-graph))
(native-inputs (list r-knitr))
(home-page "https://www.bioconductor.org/packages/RBGL")
(synopsis "Interface to the Boost graph library")
(description