mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
074537fce0
commit
feb97cb7df
1 changed files with 3 additions and 3 deletions
|
@ -12410,19 +12410,19 @@ matrix for a set of strings.")
|
|||
(define-public r-rbgl
|
||||
(package
|
||||
(name "r-rbgl")
|
||||
(version "1.82.0")
|
||||
(version "1.84.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "RBGL" version))
|
||||
(sha256
|
||||
(base32
|
||||
"04sy7kgsjvwlzr6r3lnyrk6l7d9jqfqqzlfcs0b90ciq8gldxlw8"))))
|
||||
"0mp3xk2v7kf5c2pil6rjdz6s5adla9xrgk008hyj331gpgh6rq22"))))
|
||||
(properties `((upstream-name . "RBGL")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(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")
|
||||
(synopsis "Interface to the Boost graph library")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue