-
-
Notifications
You must be signed in to change notification settings - Fork 503
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #34491: Upgrade igraph to 0.9.10
Suggested in https://sagemath.zulipchat.com/#narrow/stream/271086-feedba ck/topic/hello/near/297088245 Marked "critical" because we set a necessary upper bound for the version of igraph in spkg-configure.m4 URL: https://trac.sagemath.org/34491 Reported by: mkoeppe Ticket author(s): Matthias Koeppe Reviewer(s): David Coudert
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
tarball=igraph-VERSION.tar.gz | ||
sha1=66da9978e789e996e4b85cf970ab46e84dc971d7 | ||
md5=fb0c24794bb88e88d4874802b78684bf | ||
cksum=2298757908 | ||
sha1=75aae4d9f1459d9e6f6bd03189e6dff4208c29ca | ||
md5=351a276216a8f09e11a401d2313ea471 | ||
cksum=1815245909 | ||
upstream_url=https://github.com/igraph/igraph/releases/download/VERSION/igraph-VERSION.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.9.7 | ||
0.9.10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters