From fe55ff3851564d9bb72c007d1fe1aac9ea980ac1 Mon Sep 17 00:00:00 2001
From: Tobias Geerinckx-Rice <me@tobias.gr>
Date: Tue, 18 Aug 2020 03:48:13 +0200
Subject: gnu: python-igraph: Update to 0.8.2.

* gnu/packages/graph.scm (python-igraph): Update to 0.8.2.
---
 gnu/packages/graph.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

(limited to 'gnu')

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
-- 
cgit v1.2.3