gnu: r-igraph: Update to 1.3.4.
* gnu/packages/cran.scm (r-igraph): Update to 1.3.4. [propagated-inputs]: Add r-rlang.
This commit is contained in:
parent
460e8a0e7d
commit
f74c8d242e
1 changed files with 3 additions and 3 deletions
|
@ -28744,21 +28744,21 @@ model.")
|
||||||
(define-public r-igraph
|
(define-public r-igraph
|
||||||
(package
|
(package
|
||||||
(name "r-igraph")
|
(name "r-igraph")
|
||||||
(version "1.3.2")
|
(version "1.3.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "igraph" version))
|
(uri (cran-uri "igraph" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0863gr9k7rvjrm7gz4l35q827jh8802m1q6f51ficgi21qc6cl0g"))))
|
"1kyic5xmwgw5lm30rsvsf1x3m0yxysdlrnw63xn4fh8j4vcc66ms"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gfortran))
|
(list gfortran))
|
||||||
(inputs
|
(inputs
|
||||||
(list gmp glpk libxml2 zlib))
|
(list gmp glpk libxml2 zlib))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-magrittr r-matrix r-pkgconfig))
|
(list r-magrittr r-matrix r-pkgconfig r-rlang))
|
||||||
(home-page "https://igraph.org")
|
(home-page "https://igraph.org")
|
||||||
(synopsis "Network analysis and visualization")
|
(synopsis "Network analysis and visualization")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue