guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/06: gnu: python-igraph: Update to 0.8.2.


From: guix-commits
Subject: 05/06: gnu: python-igraph: Update to 0.8.2.
Date: Tue, 18 Aug 2020 00:00:39 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit fe55ff3851564d9bb72c007d1fe1aac9ea980ac1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Aug 18 03:48:13 2020 +0200

    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(-)

diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index a61dc18..800b567 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]