diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-18 03:48:13 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-18 05:38:39 +0200 |
commit | fe55ff3851564d9bb72c007d1fe1aac9ea980ac1 (patch) | |
tree | 6a42b202000db48f2699a509372f7ad4a58cdfa6 /gnu/packages | |
parent | 2b1c4a5c5283599ac2b1fc5d0263c9a8280da308 (diff) |
gnu: python-igraph: Update to 0.8.2.
* gnu/packages/graph.scm (python-igraph): Update to 0.8.2.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/graph.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm index a61dc18d41..800b567e39 100644 --- a/gnu/packages/graph.scm +++ b/gnu/packages/graph.scm @@ -90,14 +90,13 @@ more.") (define-public python-igraph (package (inherit igraph) (name "python-igraph") - (version "0.8.0") + (version "0.8.2") (source (origin (method url-fetch) (uri (pypi-uri "python-igraph" version)) (sha256 - (base32 - "13mbrlmnbgbzw6y8ws7wj0a3ly3in8j4l1ngi6yxvgvxxi4bprj7")))) + (base32 "0wkxrs28qdvnrz7d4jzcf2bh6v2yqzx3wyfziihfgsi2gn6n60a6")))) (build-system python-build-system) (arguments '(#:configure-flags |