gnu: r-rbgl: Update to 1.60.0.
* gnu/packages/bioinformatics.scm (r-rbgl): Update to 1.60.0. [propagated-inputs]: Add r-bh.
This commit is contained in:
parent
7f737246d8
commit
aa51a241c5
|
@ -6790,17 +6790,19 @@ databases. Packages produced are intended to be used with AnnotationDbi.")
|
||||||
(define-public r-rbgl
|
(define-public r-rbgl
|
||||||
(package
|
(package
|
||||||
(name "r-rbgl")
|
(name "r-rbgl")
|
||||||
(version "1.58.2")
|
(version "1.60.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
|
||||||
"0vhnh47pswnp27c0zqcbnnsayfmq3cxcgrs9g860555ldqfl4cyl"))))
|
"06brn9hl6lybx6hdfp1sycwj6wn1bjfi8xyhpy0v122v1z8d5mbz"))))
|
||||||
(properties `((upstream-name . "RBGL")))
|
(properties `((upstream-name . "RBGL")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs `(("r-graph" ,r-graph)))
|
(propagated-inputs
|
||||||
|
`(("r-bh" ,r-bh)
|
||||||
|
("r-graph" ,r-graph)))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in New Issue