mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-rgraphviz: Update to 2.52.0.
* gnu/packages/bioconductor.scm (r-rgraphviz): Update to 2.52.0. [native-inputs]: Add r-biocgenerics. Change-Id: Ie1aacad6a6a5e3b1aa316f80627e8689a8ea24e7
This commit is contained in:
parent
4e4a880044
commit
3d55f9dc20
1 changed files with 3 additions and 3 deletions
|
@ -24963,14 +24963,14 @@ data manipulation and visualization.")
|
||||||
(define-public r-rgraphviz
|
(define-public r-rgraphviz
|
||||||
(package
|
(package
|
||||||
(name "r-rgraphviz")
|
(name "r-rgraphviz")
|
||||||
(version "2.50.0")
|
(version "2.52.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
|
||||||
"0jljp88rxdq16b1976g77ix5x61ajr60fjf20wp9j17x4q9h2c1p"))))
|
"14capi4azvrk8lfidp8akp9l3nml5c4c0rv1j0wwbw3gqqvi1daz"))))
|
||||||
(properties `((upstream-name . "Rgraphviz")))
|
(properties `((upstream-name . "Rgraphviz")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -24989,7 +24989,7 @@ data manipulation and visualization.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-graph))
|
(list r-graph))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config r-runit r-xml))
|
(list pkg-config r-biocgenerics r-runit r-xml))
|
||||||
(home-page "https://bioconductor.org/packages/Rgraphviz")
|
(home-page "https://bioconductor.org/packages/Rgraphviz")
|
||||||
(synopsis "Plotting capabilities for R graph objects")
|
(synopsis "Plotting capabilities for R graph objects")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue