mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: python-igraph: Update to 0.9.10.
* gnu/packages/graph.scm (python-igraph): Update to 0.9.10.
This commit is contained in:
parent
d6a5bdf000
commit
6083372f61
1 changed files with 2 additions and 2 deletions
|
@ -143,7 +143,7 @@ (define-public python-igraph
|
|||
(package
|
||||
(inherit igraph)
|
||||
(name "python-igraph")
|
||||
(version "0.9.9")
|
||||
(version "0.9.10")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
;; The PyPI archive lacks tests.
|
||||
|
@ -153,7 +153,7 @@ (define-public python-igraph
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ravcww2jcr8fgi97gdxv00s5nkx59ljxy928nnniyd0231bqwlc"))))
|
||||
"06qvwmiw2klk3bg8g5af0ppjwrm9kzy4595w5d06qh2v3gq0svbk"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue