diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-04-14 22:57:49 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-04-14 22:57:49 +0300 |
commit | 6083372f61b3a23077bbbe294f552b9664fac658 (patch) | |
tree | 6015635937835a2813dae2785c7a2ef354b16347 | |
parent | d6a5bdf000cae8e9dbb502825e1c36c4a2bbcca1 (diff) | |
download | guix-6083372f61b3a23077bbbe294f552b9664fac658.tar.gz |
gnu: python-igraph: Update to 0.9.10.
* gnu/packages/graph.scm (python-igraph): Update to 0.9.10.
-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 7a2d056562..981c4d4793 100644 --- a/gnu/packages/graph.scm +++ b/gnu/packages/graph.scm @@ -143,7 +143,7 @@ more.") (package (inherit igraph) (name "python-igraph") - (version "0.9.9") + (version "0.9.10") (source (origin (method git-fetch) ;; The PyPI archive lacks tests. @@ -153,7 +153,7 @@ more.") (file-name (git-file-name name version)) (sha256 (base32 - "0ravcww2jcr8fgi97gdxv00s5nkx59ljxy928nnniyd0231bqwlc")))) + "06qvwmiw2klk3bg8g5af0ppjwrm9kzy4595w5d06qh2v3gq0svbk")))) (build-system python-build-system) (arguments (list |