mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-igraph: Update to 1.2.10.
* gnu/packages/cran.scm (r-igraph): Update to 1.2.10.
This commit is contained in:
parent
8bd5d056f4
commit
e25fba029b
1 changed files with 2 additions and 2 deletions
|
@ -26846,14 +26846,14 @@ (define-public r-diffusionmap
|
|||
(define-public r-igraph
|
||||
(package
|
||||
(name "r-igraph")
|
||||
(version "1.2.8")
|
||||
(version "1.2.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "igraph" version))
|
||||
(sha256
|
||||
(base32
|
||||
"01hvphaf5mx9xvwiazcw39kp6gc1lafqrbjwczy6f7hr145dn1pl"))))
|
||||
"192lsdqlicid8q9hfdrxrd7mmzd30m50rgqzhkzqg2m0djhz3pil"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
(list gfortran))
|
||||
|
|
Loading…
Reference in a new issue