mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 03:59:40 +01:00
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:
parent
70af2c3137
commit
bc5d14d246
1 changed files with 3 additions and 2 deletions
|
@ -8269,18 +8269,19 @@ proteomics packages.")
|
|||
(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
|
||||
|
|
Loading…
Add table
Reference in a new issue