python310Packages.igraph: 0.10.3 -> 0.10.4
Diff: https://github.com/igraph/python-igraph/compare/0.10.3...0.10.4 Changelog: https://github.com/igraph/python-igraph/blob/0.10.4/CHANGELOG.md
This commit is contained in:
parent
dca5821f54
commit
0578fc09f9
1 changed files with 5 additions and 3 deletions
|
@ -10,15 +10,17 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "igraph";
|
||||
version = "0.10.3";
|
||||
version = "0.10.4";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "igraph";
|
||||
repo = "python-igraph";
|
||||
rev = version;
|
||||
hash = "sha256-j7c1CtZ796EYMsS11kd8YED7pPolskgT+611uvePTsA=";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-DR4D12J/BKFpF4hMHfitNmwDZ7UEo+pI0tvEa1T5GTY=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue