mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 16:53:40 +00:00
python310Packages.igraph: 0.10.6 -> 0.10.7
Diff: https://github.com/igraph/python-igraph/compare/refs/tags/0.10.6...0.10.7 Changelog: https://github.com/igraph/python-igraph/blob/refs/tags/0.10.7/CHANGELOG.md
This commit is contained in:
parent
9dbc33baf5
commit
490e983648
@ -10,7 +10,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "igraph";
|
||||
version = "0.10.6";
|
||||
version = "0.10.7";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||
owner = "igraph";
|
||||
repo = "python-igraph";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-xdzk/gcHL/kFpZabdP7Cq4lUv0aEwpevgLJYqfb2KGY=";
|
||||
hash = "sha256-BdMybNo2CiC0Yv9jfiFVuiwBRy4eMtz654JRvaPph9E=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user