gnu: r-rgraphviz: Update to 2.48.0.
* gnu/packages/bioconductor.scm (r-rgraphviz): Update to 2.48.0. Change-Id: I4a75273197bfb156c65a01929488fcb0fdfface7
This commit is contained in:
parent
85f8909e12
commit
612f4acea2
1 changed files with 2 additions and 2 deletions
|
@ -21855,14 +21855,14 @@ data manipulation and visualization.")
|
||||||
(define-public r-rgraphviz
|
(define-public r-rgraphviz
|
||||||
(package
|
(package
|
||||||
(name "r-rgraphviz")
|
(name "r-rgraphviz")
|
||||||
(version "2.46.0")
|
(version "2.48.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
|
||||||
"03l6yr76inv4fivy10g0h2qafgywrcjnnhs694lwqz1y6r0gm1sy"))))
|
"09i174a867vqyb6677sj88lk6bpfc4ajsmjgjkd7f7q66j46q655"))))
|
||||||
(properties `((upstream-name . "Rgraphviz")))
|
(properties `((upstream-name . "Rgraphviz")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue