mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: r-rgraphviz: Update to 2.30.0.
* gnu/packages/graph.scm (r-rgraphviz): Update to 2.30.0.
This commit is contained in:
parent
9d1099eb07
commit
dbfce8ff5b
1 changed files with 2 additions and 2 deletions
|
@ -165,14 +165,14 @@ (define-public r-diffusionmap
|
||||||
(define-public r-rgraphviz
|
(define-public r-rgraphviz
|
||||||
(package
|
(package
|
||||||
(name "r-rgraphviz")
|
(name "r-rgraphviz")
|
||||||
(version "2.28.0")
|
(version "2.30.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
|
||||||
"0nivz8fshaqig6ynjqbya2gmxsy4hm7jnd8fhb853z5g0ydp7g0c"))))
|
"00lrkbgbb4payybckcmazsv8skysgdlglyqbl7yjb37vv3gnfc6c"))))
|
||||||
(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…
Reference in a new issue