gnu: r-rgraphviz: Update to 2.24.0.
* gnu/packages/graph.scm (r-rgraphviz): Update to 2.24.0.
This commit is contained in:
parent
d7e3299987
commit
7799a01ef1
1 changed files with 2 additions and 2 deletions
|
@ -155,14 +155,14 @@ (define-public r-diffusionmap
|
||||||
(define-public r-rgraphviz
|
(define-public r-rgraphviz
|
||||||
(package
|
(package
|
||||||
(name "r-rgraphviz")
|
(name "r-rgraphviz")
|
||||||
(version "2.22.0")
|
(version "2.24.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
|
||||||
"1y9nyjffa9644jch0p2i3w302fmnyc2kb0c3z1f3d5zp1p4qmyqv"))))
|
"1037hzfxxcn46w6y88wm3kk2nixj0s8bk0hkmnshpxih3kmnvqby"))))
|
||||||
(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