python310Packages.igraph: 0.9.10 -> 0.9.11

https://github.com/igraph/python-igraph/blob/0.9.11/CHANGELOG.md
This commit is contained in:
Robert Schütz 2022-06-09 00:07:06 +00:00 committed by Robert Schütz
parent 9ef09e0680
commit dae85d6fbc

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "igraph";
version = "0.9.10";
version = "0.9.11";
disabled = pythonOlder "3.6";
@ -18,16 +18,19 @@ buildPythonPackage rec {
owner = "igraph";
repo = "python-igraph";
rev = version;
hash = "sha256-c20N8BtbQGxAK7ykQvyfqWYu7wVOlYfeGpNOwWPlGxs=";
hash = "sha256-tvkV5ve9X+LXx3LOdHIPljQKZc1v6yts0juo4SwDmfY=";
};
postPatch = ''
rm -r vendor
'';
nativeBuildInputs = [
pkg-config
];
buildInputs = [
igraph
igraph.dev
];
propagatedBuildInputs = [