mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: igraph: Update to 0.9.9.
* gnu/packages/graph.scm (igraph): Update to 0.9.9.
This commit is contained in:
parent
5f110be220
commit
87fe15c519
1 changed files with 2 additions and 2 deletions
|
@ -140,7 +140,7 @@ (define-public igraph
|
|||
(define-public python-igraph
|
||||
(package/inherit igraph
|
||||
(name "python-igraph")
|
||||
(version "0.9.8")
|
||||
(version "0.9.9")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
;; The PyPI archive lacks tests.
|
||||
|
@ -150,7 +150,7 @@ (define-public python-igraph
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0nwwfqvj4gp91b9j67zq4l58srr4r8qfqh90ygx17zyrybkx7ns6"))))
|
||||
"0ravcww2jcr8fgi97gdxv00s5nkx59ljxy928nnniyd0231bqwlc"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue