GNU bug report logs -
#77902
[PATCH science-team 0/2] Update SuiteSparse.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Fri, 18 Apr 2025 15:13:02 UTC
Severity: normal
Tags: patch
Done: Greg Hogan <code <at> greghogan.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/graph.scm (python-louvain-igraph): Update to 0.8.2.
Change-Id: Ifa755464fb88e0af6829d6f2569b900a80949e76
---
gnu/packages/graph.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index 65aeb79830..6bbcd30724 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -458,7 +458,7 @@ (define-public python-graphtools
(define-public python-louvain-igraph
(package
(name "python-louvain-igraph")
- (version "0.8.1")
+ (version "0.8.2")
(source
(origin
(method git-fetch)
@@ -468,7 +468,7 @@ (define-public python-louvain-igraph
(file-name (git-file-name name version))
(sha256
(base32
- "1j2ybihvvzggwjb9zvm829aqb5b94q10h8bw6v0h42xd9w75z9sv"))))
+ "1aab6rnsnssi6wib939zy4vdzz3s2gcwwingn2dfjrijk05zjapv"))))
(build-system pyproject-build-system)
(arguments
(list
--
2.49.0
This bug report was last modified 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.