me
/
guix
Archived
1
0
Fork 0

gnu: python-igraph: Update to 0.8.2.

* gnu/packages/graph.scm (python-igraph): Update to 0.8.2.
master
Tobias Geerinckx-Rice 2020-08-18 03:48:13 +02:00
parent 2b1c4a5c52
commit fe55ff3851
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -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