mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-rgraphviz: Update to 2.32.0.
* gnu/packages/graph.scm (r-rgraphviz): Update to 2.32.0.
This commit is contained in:
parent
2226a2a8de
commit
c85e5ac0df
1 changed files with 2 additions and 2 deletions
|
@ -181,14 +181,14 @@ model.")
|
||||||
(define-public r-rgraphviz
|
(define-public r-rgraphviz
|
||||||
(package
|
(package
|
||||||
(name "r-rgraphviz")
|
(name "r-rgraphviz")
|
||||||
(version "2.30.0")
|
(version "2.32.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "Rgraphviz" version))
|
(uri (bioconductor-uri "Rgraphviz" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00lrkbgbb4payybckcmazsv8skysgdlglyqbl7yjb37vv3gnfc6c"))))
|
"1calpvzgcz6v7s4x6bf35kj83sga95zjp7x87p5d3qnbv7q2wz5y"))))
|
||||||
(properties `((upstream-name . "Rgraphviz")))
|
(properties `((upstream-name . "Rgraphviz")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
;; FIXME: Rgraphviz bundles the sources of an older variant of
|
;; FIXME: Rgraphviz bundles the sources of an older variant of
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue