diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-26 00:02:46 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-26 04:22:50 +0100 |
commit | 13e55e6eeba5fda7bfee491bce15e52a22fbe91c (patch) | |
tree | 759ef877cf947e9e085deb7b95e0aff6ed68b23f /gnu/packages | |
parent | 81fbe03b509414aa1ede960141a7ffd241d5f9ee (diff) |
gnu: igraph: Update to 0.8.4.
* gnu/packages/graph.scm (igraph): Update to 0.8.4.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/graph.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm index db390fed5e..0a8a673d68 100644 --- a/gnu/packages/graph.scm +++ b/gnu/packages/graph.scm @@ -57,14 +57,14 @@ (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 |