gnu: r-igraph: Update to 1.2.11.

* gnu/packages/cran.scm (r-igraph): Update to 1.2.11.
This commit is contained in:
Ricardo Wurmus 2022-01-23 13:33:38 +01:00
parent 8ecc667031
commit 855790543d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -27178,14 +27178,14 @@ (define-public r-diffusionmap
(define-public r-igraph
(package
(name "r-igraph")
(version "1.2.10")
(version "1.2.11")
(source
(origin
(method url-fetch)
(uri (cran-uri "igraph" version))
(sha256
(base32
"192lsdqlicid8q9hfdrxrd7mmzd30m50rgqzhkzqg2m0djhz3pil"))))
"1ph042yinl8ig2x7laha5j1xr14fky9771l5ha87svhynrg732qw"))))
(build-system r-build-system)
(native-inputs
(list gfortran))