gnu: r-igraph: Update to 1.2.2.

* gnu/packages/graph.scm (r-igraph): Update to 1.2.2.
This commit is contained in:
Ricardo Wurmus 2018-09-05 14:22:44 +02:00
parent c273bcdfce
commit eb251fe524
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -98,14 +98,14 @@ (define-public python-igraph
(define-public r-igraph
(package
(name "r-igraph")
(version "1.2.1")
(version "1.2.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "igraph" version))
(sha256
(base32
"1hcr6b1lz030lgay1bz8y8sxaf2j93ds8n8gsqr6qhssz141hd2m"))))
"1bggm7b8v3bh7q2589w26qvd7sgs69m4qiij7d0rbm0ykkgxm8lx"))))
(build-system r-build-system)
(native-inputs
`(("gfortran" ,gfortran)))