gnu: python-igraph: Update to 0.8.2.
* gnu/packages/graph.scm (python-igraph): Update to 0.8.2.
This commit is contained in:
parent
2b1c4a5c52
commit
fe55ff3851
@ -90,14 +90,13 @@ more.")
|
|||||||
(define-public python-igraph
|
(define-public python-igraph
|
||||||
(package (inherit igraph)
|
(package (inherit igraph)
|
||||||
(name "python-igraph")
|
(name "python-igraph")
|
||||||
(version "0.8.0")
|
(version "0.8.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "python-igraph" version))
|
(uri (pypi-uri "python-igraph" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0wkxrs28qdvnrz7d4jzcf2bh6v2yqzx3wyfziihfgsi2gn6n60a6"))))
|
||||||
"13mbrlmnbgbzw6y8ws7wj0a3ly3in8j4l1ngi6yxvgvxxi4bprj7"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
'(#:configure-flags
|
||||||
|
Loading…
Reference in New Issue
Block a user