summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-01-18 01:18:13 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-01-18 01:18:13 -0500
commit87fe15c51936a318958490abbb5fc4ee6192c4c2 (patch)
tree7055864be595206c99e19e9397a762f9e553831f
parent5f110be22075402059ed7177b8f1839c9de6421b (diff)
downloadguix-patches-87fe15c51936a318958490abbb5fc4ee6192c4c2.tar
guix-patches-87fe15c51936a318958490abbb5fc4ee6192c4c2.tar.gz
* gnu/packages/graph.scm (igraph): Update to 0.9.9.
-rw-r--r--gnu/packages/graph.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index 5682c4ecdc..30027c9827 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -140,7 +140,7 @@ more.")
(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 @@ more.")
(file-name (git-file-name name version))
(sha256
(base32
- "0nwwfqvj4gp91b9j67zq4l58srr4r8qfqh90ygx17zyrybkx7ns6"))))
+ "0ravcww2jcr8fgi97gdxv00s5nkx59ljxy928nnniyd0231bqwlc"))))
(build-system python-build-system)
(arguments
(list