gnu: igraph: Update to 0.8.4.

* gnu/packages/graph.scm (igraph): Update to 0.8.4.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-26 00:02:46 +01:00
parent 81fbe03b50
commit 13e55e6eeb
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -57,14 +57,14 @@ (define-module (gnu packages graph)
(define-public igraph
(package
(name "igraph")
(version "0.8.2")
(version "0.8.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/igraph/igraph/releases/"
"download/" version "/igraph-" version ".tar.gz"))
(sha256
(base32 "158flvl80qh1l1ikfa04p1dzh8kapsvm6q80x3ih5gwcgcg4g2ki"))))
(base32 "127q6q40kbmvd62yhbz6dlfk370qiq98s1iscyagpgbpjwb4xvyf"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags