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:
Robert Schütz 2023-01-28 10:42:17 -08:00
parent dca5821f54
commit 0578fc09f9

View file

@ -10,15 +10,17 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "igraph"; pname = "igraph";
version = "0.10.3"; version = "0.10.4";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
format = "setuptools";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "igraph"; owner = "igraph";
repo = "python-igraph"; repo = "python-igraph";
rev = version; rev = "refs/tags/${version}";
hash = "sha256-j7c1CtZ796EYMsS11kd8YED7pPolskgT+611uvePTsA="; hash = "sha256-DR4D12J/BKFpF4hMHfitNmwDZ7UEo+pI0tvEa1T5GTY=";
}; };
postPatch = '' postPatch = ''